diff options
Diffstat (limited to 'lib/gras_impl/block_actor.hpp')
-rw-r--r-- | lib/gras_impl/block_actor.hpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/gras_impl/block_actor.hpp b/lib/gras_impl/block_actor.hpp index 2aee666..ba69567 100644 --- a/lib/gras_impl/block_actor.hpp +++ b/lib/gras_impl/block_actor.hpp @@ -127,10 +127,6 @@ struct BlockActor : Apology::Worker std::vector<InputPortConfig> input_configs; std::vector<OutputPortConfig> output_configs; - //keeps track of production - std::vector<item_index_t> items_consumed; - std::vector<item_index_t> items_produced; - //work buffers for the new work interface Block::InputItems input_items; Block::OutputItems output_items; |