forked from premiere/premiere-libtorrent
removed incorrect assert
This commit is contained in:
parent
5e87420b6f
commit
3e23029670
|
@ -2146,7 +2146,6 @@ namespace libtorrent
|
|||
int prev_priority = p.priority(this);
|
||||
erase_download_piece(i);
|
||||
int new_priority = p.priority(this);
|
||||
TORRENT_ASSERT(new_priority >= 0);
|
||||
|
||||
if (m_dirty) return;
|
||||
if (new_priority == prev_priority) return;
|
||||
|
|
Loading…
Reference in New Issue