reverted mistake
This commit is contained in:
parent
962c83822e
commit
1a0d33a592
|
@ -5103,7 +5103,6 @@ namespace libtorrent
|
||||||
int picker_count = t->picker().num_peers(b);
|
int picker_count = t->picker().num_peers(b);
|
||||||
if (!t->picker().is_downloaded(b))
|
if (!t->picker().is_downloaded(b))
|
||||||
TORRENT_ASSERT(picker_count == count);
|
TORRENT_ASSERT(picker_count == count);
|
||||||
#error when this assert fails, picker_count equals count_with_timeouts, but count is less
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#ifdef TORRENT_EXPENSIVE_INVARIANT_CHECKS
|
#ifdef TORRENT_EXPENSIVE_INVARIANT_CHECKS
|
||||||
|
|
Loading…
Reference in New Issue