mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-07-16 06:45:14 +02:00
Revert "Unused parameter warnings removal"
This reverts commit 5350078543
.
This commit is contained in:
parent
22250ae552
commit
84ca992e91
16 changed files with 61 additions and 65 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue