removed redundant condition

This commit is contained in:
Arvid Norberg 2008-08-12 09:27:42 +00:00
parent c725d44ced
commit 68b61e4df6
1 changed files with 0 additions and 1 deletions

View File

@ -1220,7 +1220,6 @@ namespace libtorrent
t->get_policy().peer_is_interesting(*this);
disconnect_if_redundant();
if (is_disconnecting()) return;
return;
}