diff --git a/src/torrent.cpp b/src/torrent.cpp index 9995f742e..7caacfb96 100755 --- a/src/torrent.cpp +++ b/src/torrent.cpp @@ -1398,7 +1398,7 @@ namespace libtorrent void torrent::remove_peer(peer_connection* p) try { - INVARIANT_CHECK; +// INVARIANT_CHECK; assert(p != 0);