mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03:00
delete unused varibale
This commit is contained in:
parent
9a30068ae5
commit
26fac94d05
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user