mirror of
https://github.com/transmission/transmission
synced 2025-02-22 06:00:41 +00:00
(trunk libT) remove unnecessary "UNUSED" attribute
This commit is contained in:
parent
2c69c42554
commit
731ee3640c
1 changed files with 1 additions and 1 deletions
|
@ -1951,7 +1951,7 @@ tr_sessionIsPexEnabled( const tr_session * session )
|
|||
}
|
||||
|
||||
bool
|
||||
tr_sessionAllowsDHT( const tr_session * session UNUSED )
|
||||
tr_sessionAllowsDHT( const tr_session * session )
|
||||
{
|
||||
return tr_sessionIsDHTEnabled( session );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue