Removed unused statement (#643)

This commit is contained in:
Alden Torres 2016-04-24 23:47:57 -04:00 committed by Arvid Norberg
parent 3121334346
commit 7c4fabadfd
1 changed files with 0 additions and 2 deletions

View File

@ -1439,7 +1439,6 @@ namespace libtorrent
if (m_abort)
{
piece_block block_finished(p.piece, p.start / block_size());
return;
}
@ -12303,4 +12302,3 @@ namespace libtorrent
#endif
}