summaryrefslogtreecommitdiff
path: root/lib/input_handlers.cpp
diff options
context:
space:
mode:
authorJosh Blum2012-10-13 23:56:02 -0700
committerJosh Blum2012-10-13 23:56:02 -0700
commit7962eb546821ddd98f57fa4fb60a8192bf4e34df (patch)
treeb797669bfbdf92a5df31bdd92d8e06befa66b74f /lib/input_handlers.cpp
parente9e370f16b96563583e75855e9890c5d2d86c624 (diff)
downloadsandhi-7962eb546821ddd98f57fa4fb60a8192bf4e34df.tar.gz
sandhi-7962eb546821ddd98f57fa4fb60a8192bf4e34df.tar.bz2
sandhi-7962eb546821ddd98f57fa4fb60a8192bf4e34df.zip
simplfied input queues, WIP, but working
Diffstat (limited to 'lib/input_handlers.cpp')
-rw-r--r--lib/input_handlers.cpp1
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;