diff options
author | Josh Blum | 2012-10-13 23:56:02 -0700 |
---|---|---|
committer | Josh Blum | 2012-10-13 23:56:02 -0700 |
commit | 7962eb546821ddd98f57fa4fb60a8192bf4e34df (patch) | |
tree | b797669bfbdf92a5df31bdd92d8e06befa66b74f /lib/gras_impl/block_actor.hpp | |
parent | e9e370f16b96563583e75855e9890c5d2d86c624 (diff) | |
download | sandhi-7962eb546821ddd98f57fa4fb60a8192bf4e34df.tar.gz sandhi-7962eb546821ddd98f57fa4fb60a8192bf4e34df.tar.bz2 sandhi-7962eb546821ddd98f57fa4fb60a8192bf4e34df.zip |
simplfied input queues, WIP, but working
Diffstat (limited to 'lib/gras_impl/block_actor.hpp')
-rw-r--r-- | lib/gras_impl/block_actor.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gras_impl/block_actor.hpp b/lib/gras_impl/block_actor.hpp index b77861b..71fd96e 100644 --- a/lib/gras_impl/block_actor.hpp +++ b/lib/gras_impl/block_actor.hpp @@ -130,7 +130,6 @@ struct BlockActor : Apology::Worker std::vector<size_t> output_items_sizes; std::vector<InputPortConfig> input_configs; std::vector<OutputPortConfig> output_configs; - std::vector<size_t> input_reserve_items; size_t output_multiple_items; //keeps track of production |