comment out assert

This commit is contained in:
Arvid Norberg 2010-12-21 03:40:49 +00:00
parent 47ec708f49
commit 31386d8396
1 changed files with 2 additions and 1 deletions

View File

@ -253,7 +253,8 @@ namespace libtorrent
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())
{
TORRENT_ASSERT(false); // this shouldn't happen!
// this can happen, not sure why.
// TORRENT_ASSERT(false); // this shouldn't happen!
continue;
}