From 26fac94d05382aa7db40311df02c92b61e6a4f14 Mon Sep 17 00:00:00 2001 From: orignal Date: Mon, 8 Apr 2024 19:24:44 -0400 Subject: [PATCH] delete unused varibale --- libi2pd/Streaming.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/libi2pd/Streaming.cpp b/libi2pd/Streaming.cpp index bc5ffc28..13f8986b 100644 --- a/libi2pd/Streaming.cpp +++ b/libi2pd/Streaming.cpp @@ -925,10 +925,7 @@ namespace stream freshTunnel = true; } else if (!m_CurrentOutboundTunnel->IsEstablished ()) - { - auto oldOutboundTunnel = m_CurrentOutboundTunnel; std::tie(m_CurrentOutboundTunnel, freshTunnel) = m_LocalDestination.GetOwner ()->GetTunnelPool ()->GetNewOutboundTunnel (m_CurrentOutboundTunnel); - } if (!m_CurrentOutboundTunnel) { LogPrint (eLogError, "Streaming: No outbound tunnels in the pool, sSID=", m_SendStreamID);