diff --git a/src/torrent.cpp b/src/torrent.cpp index 4f26edb32..52d1debdc 100644 --- a/src/torrent.cpp +++ b/src/torrent.cpp @@ -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 } -