diff --git a/src/peer_connection.cpp b/src/peer_connection.cpp index 845d014b4..8a387105e 100644 --- a/src/peer_connection.cpp +++ b/src/peer_connection.cpp @@ -1912,8 +1912,6 @@ namespace libtorrent std::vector const& peer_connection::allowed_fast() { - INVARIANT_CHECK; - boost::shared_ptr t = m_torrent.lock(); TORRENT_ASSERT(t);