mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
Revert "Unused parameter warnings removal"
This reverts commit 5350078543.
This commit is contained in:
@@ -729,7 +729,7 @@ namespace stream
|
||||
}
|
||||
}
|
||||
|
||||
void Stream::HandleAckSendTimer (const boost::system::error_code&)
|
||||
void Stream::HandleAckSendTimer (const boost::system::error_code& ecode)
|
||||
{
|
||||
if (m_IsAckSendScheduled)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user