assertion fix

This commit is contained in:
Arvid Norberg 2007-08-17 02:15:01 +00:00
parent 844c5fa695
commit b341b653cb
1 changed files with 1 additions and 1 deletions

View File

@ -1398,7 +1398,7 @@ namespace libtorrent
void torrent::remove_peer(peer_connection* p) try void torrent::remove_peer(peer_connection* p) try
{ {
INVARIANT_CHECK; // INVARIANT_CHECK;
assert(p != 0); assert(p != 0);