remove invalid assert
This commit is contained in:
parent
a5c0fd7210
commit
7d5df3eaa9
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue