diff options
Diffstat (limited to 'lib/input_handlers.cpp')
-rw-r--r-- | lib/input_handlers.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/input_handlers.cpp b/lib/input_handlers.cpp index c2abe73..30bb613 100644 --- a/lib/input_handlers.cpp +++ b/lib/input_handlers.cpp @@ -33,7 +33,6 @@ void BlockActor::handle_input_buffer(const InputBufferMessage &message, const Th { MESSAGE_TRACER(); const size_t index = message.index; - VAR(this->input_tokens[index].use_count()); //handle incoming stream buffer, push into the queue if (this->block_state == BLOCK_STATE_DONE) return; |