summaryrefslogtreecommitdiff
path: root/lib/block_allocator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/block_allocator.cpp')
-rw-r--r--lib/block_allocator.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/block_allocator.cpp b/lib/block_allocator.cpp
index 9b70824..05b35ac 100644
--- a/lib/block_allocator.cpp
+++ b/lib/block_allocator.cpp
@@ -78,12 +78,6 @@ void BlockActor::handle_top_alloc(const TopAllocMessage &, const Theron::Address
{
MESSAGE_TRACER();
- if (this->block_state == BLOCK_STATE_DONE)
- {
- this->Send(0, from); //ACK
- return;
- }
-
//allocate output buffers which will also wake up the task
const size_t num_outputs = this->get_num_outputs();
this->output_buffer_tokens.resize(num_outputs);