removed assert in policy

This commit is contained in:
Arvid Norberg 2009-05-16 02:38:53 +00:00
parent a2668d9b1b
commit 536d1e2cf6
1 changed files with 0 additions and 2 deletions

View File

@ -404,8 +404,6 @@ namespace libtorrent
{
INVARIANT_CHECK;
TORRENT_ASSERT(m_finished == m_torrent->is_finished());
if (m_torrent->has_picker())
m_torrent->picker().clear_peer(*i);
if ((*i)->seed) --m_num_seeds;