More simplifications

This commit is contained in:
Eric Petit
2007-01-21 19:42:11 +00:00
parent 2b0e28a004
commit 40d8abb68f
11 changed files with 141 additions and 157 deletions

View File

@@ -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 )
{