Remove obsolete UNUSED marker.

This commit is contained in:
Juliusz Chroboczek 2011-02-18 21:55:42 +00:00
parent e2584b04ff
commit 352981ee03
1 changed files with 1 additions and 1 deletions

View File

@ -627,7 +627,7 @@ tr_peerIoNewOutgoing( tr_session * session,
tr_port port,
const uint8_t * torrentHash,
tr_bool isSeed,
tr_bool utp UNUSED )
tr_bool utp )
{
int fd = -1;
struct UTPSocket *utp_socket = NULL;