diff options
Diffstat (limited to 'lib/block_allocator.cpp')
-rw-r--r-- | lib/block_allocator.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/block_allocator.cpp b/lib/block_allocator.cpp index 3168bc2..8246037 100644 --- a/lib/block_allocator.cpp +++ b/lib/block_allocator.cpp @@ -81,10 +81,6 @@ void BlockActor::handle_top_alloc(const TopAllocMessage &, const Theron::Address data->output_queues.set_buffer_queue(i, queue); InputAllocMessage message; - //new token for the downstream allocator - //so when the downstream overrides, old token gets reset - token = SBufferToken(new SBufferDeleter(deleter)); - config.token = token; message.config = config; message.token = token; worker->post_downstream(i, message); |