mirror of
https://github.com/transmission/transmission.git
synced 2026-04-21 01:10:34 +01:00
More simplifications
This commit is contained in:
@@ -58,8 +58,6 @@ static int peerCmp( tr_peer_t * peer1, tr_peer_t * peer2 )
|
||||
|
||||
static int checkPeer( tr_peer_t * peer )
|
||||
{
|
||||
tr_torrent_t * tor = peer->tor;
|
||||
|
||||
if( peer->status < PEER_STATUS_CONNECTED &&
|
||||
tr_date() > peer->date + 8000 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user