(trunk libT) Remove UNUSED attribute, the function argument is being used

This commit is contained in:
Charles Kerr 2009-01-01 18:36:58 +00:00
parent e5fc032d9c
commit 82c5aca513
1 changed files with 1 additions and 1 deletions

View File

@ -1827,7 +1827,7 @@ tr_peerGetPieceSpeed( const tr_peer * peer, tr_direction direction )
struct tr_peer_stat * struct tr_peer_stat *
tr_peerMgrPeerStats( const tr_peerMgr * manager, tr_peerMgrPeerStats( const tr_peerMgr * manager,
const uint8_t * torrentHash, const uint8_t * torrentHash,
int * setmeCount UNUSED ) int * setmeCount )
{ {
int i, size; int i, size;
const Torrent * t; const Torrent * t;