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:
parent
e2584b04ff
commit
352981ee03
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue