mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-30 04:37:50 +02:00
Unused parameter warnings removal
This commit is contained in:
parent
404715e02d
commit
5350078543
16 changed files with 65 additions and 61 deletions
|
@ -729,7 +729,7 @@ namespace stream
|
|||
}
|
||||
}
|
||||
|
||||
void Stream::HandleAckSendTimer (const boost::system::error_code& ecode)
|
||||
void Stream::HandleAckSendTimer (const boost::system::error_code&)
|
||||
{
|
||||
if (m_IsAckSendScheduled)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue