remove invalid assert

This commit is contained in:
Arvid Norberg 2011-04-24 23:08:23 +00:00
parent a5c0fd7210
commit 7d5df3eaa9
1 changed files with 0 additions and 1 deletions

View File

@ -2025,7 +2025,6 @@ namespace libtorrent
int prio = p.priority(this);
TORRENT_ASSERT(prio < int(m_priority_boundries.size())
|| m_dirty);
TORRENT_ASSERT(prio >= 0);
p.downloading = 1;
if (prio >= 0 && !m_dirty) update(prio, p.index);