1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 01:27:28 +00:00

Remove obsolete UNUSED marker.

This commit is contained in:
Juliusz Chroboczek 2011-02-18 21:55:42 +00:00
parent e2584b04ff
commit 352981ee03

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;