removed expensive invariant check

This commit is contained in:
Arvid Norberg 2008-10-16 07:11:57 +00:00
parent ae4f487449
commit 032f6e4d55
1 changed files with 0 additions and 4 deletions

View File

@ -996,10 +996,6 @@ namespace libtorrent
#ifdef TORRENT_PICKER_LOG
print_pieces();
#endif
#ifndef NDEBUG
check_invariant();
#endif
}
void piece_picker::we_dont_have(int index)