removed invalid assert

This commit is contained in:
Arvid Norberg 2011-04-26 16:22:21 +00:00
parent 5811e9eef8
commit 2eff66c9b0
1 changed files with 0 additions and 1 deletions

View File

@ -3625,7 +3625,6 @@ namespace aux {
{
torrent* t = pi->connection->associated_torrent().lock().get();
bool ret = t->unchoke_peer(*pi->connection, true);
TORRENT_ASSERT(ret);
if (ret)
{
pi->optimistically_unchoked = true;