comment out assert
This commit is contained in:
parent
47ec708f49
commit
31386d8396
|
@ -253,7 +253,8 @@ namespace libtorrent
|
||||||
if (std::find_if(dq.begin(), dq.end(), has_block(*i)) != dq.end()
|
if (std::find_if(dq.begin(), dq.end(), has_block(*i)) != dq.end()
|
||||||
|| std::find_if(rq.begin(), rq.end(), has_block(*i)) != rq.end())
|
|| std::find_if(rq.begin(), rq.end(), has_block(*i)) != rq.end())
|
||||||
{
|
{
|
||||||
TORRENT_ASSERT(false); // this shouldn't happen!
|
// this can happen, not sure why.
|
||||||
|
// TORRENT_ASSERT(false); // this shouldn't happen!
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue