1
0
Fork 0
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:
Jordan Lee 2011-07-12 12:24:41 +00:00
parent 2c69c42554
commit 731ee3640c

View file

@ -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 );
}