Removed unused statement (#643)
This commit is contained in:
parent
3121334346
commit
7c4fabadfd
|
@ -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
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue