mirror of
https://github.com/transmission/transmission
synced 2024-12-27 01:57:52 +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,
|
tr_port port,
|
||||||
const uint8_t * torrentHash,
|
const uint8_t * torrentHash,
|
||||||
tr_bool isSeed,
|
tr_bool isSeed,
|
||||||
tr_bool utp UNUSED )
|
tr_bool utp )
|
||||||
{
|
{
|
||||||
int fd = -1;
|
int fd = -1;
|
||||||
struct UTPSocket *utp_socket = NULL;
|
struct UTPSocket *utp_socket = NULL;
|
||||||
|
|
Loading…
Reference in a new issue