From 352981ee038a8fb57b194b5d06efbcf8409de5c9 Mon Sep 17 00:00:00 2001 From: Juliusz Chroboczek Date: Fri, 18 Feb 2011 21:55:42 +0000 Subject: [PATCH] Remove obsolete UNUSED marker. --- libtransmission/peer-io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtransmission/peer-io.c b/libtransmission/peer-io.c index 9aa5eb499..155c09064 100644 --- a/libtransmission/peer-io.c +++ b/libtransmission/peer-io.c @@ -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; -- 2.40.0