mirror of
https://github.com/transmission/transmission
synced 2025-01-02 13:05:08 +00:00
parent
3f07838be8
commit
fb431cb1c1
1 changed files with 0 additions and 3 deletions
|
@ -271,9 +271,6 @@ public:
|
|||
void requestBlocks(tr_block_span_t const* block_spans, size_t n_spans) override
|
||||
{
|
||||
auto* const tor = getTorrent();
|
||||
TR_ASSERT(tor != nullptr);
|
||||
TR_ASSERT(tor->isRunning);
|
||||
TR_ASSERT(!tor->isDone());
|
||||
if (tor == nullptr || !tor->isRunning || tor->isDone())
|
||||
{
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue