Skip to content

Commit

Permalink
delete unused varibale
Browse files Browse the repository at this point in the history
  • Loading branch information
orignal committed Apr 8, 2024
1 parent 9a30068 commit 26fac94
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libi2pd/Streaming.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 26fac94

Please sign in to comment.