removed expensive invariant check
This commit is contained in:
parent
ae4f487449
commit
032f6e4d55
|
@ -996,10 +996,6 @@ namespace libtorrent
|
||||||
#ifdef TORRENT_PICKER_LOG
|
#ifdef TORRENT_PICKER_LOG
|
||||||
print_pieces();
|
print_pieces();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef NDEBUG
|
|
||||||
check_invariant();
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void piece_picker::we_dont_have(int index)
|
void piece_picker::we_dont_have(int index)
|
||||||
|
|
Loading…
Reference in New Issue