diff --git a/src/session_impl.cpp b/src/session_impl.cpp index 4e63a310c..54116bb62 100644 --- a/src/session_impl.cpp +++ b/src/session_impl.cpp @@ -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;