diff options
author | Josh Blum | 2012-09-10 16:12:43 -0700 |
---|---|---|
committer | Josh Blum | 2012-09-10 16:12:43 -0700 |
commit | 053d2f5cdbb4027d65aa7cb8af851a9edeac1d0a (patch) | |
tree | adf2f5347509d8523f20e62ffc33f69dbe602946 /lib/element_impl.hpp | |
parent | f26a477d4526d2abf9310b0b620c66376759d4db (diff) | |
download | sandhi-053d2f5cdbb4027d65aa7cb8af851a9edeac1d0a.tar.gz sandhi-053d2f5cdbb4027d65aa7cb8af851a9edeac1d0a.tar.bz2 sandhi-053d2f5cdbb4027d65aa7cb8af851a9edeac1d0a.zip |
remove output bytes offset, can use sbuffer's length
Diffstat (limited to 'lib/element_impl.hpp')
-rw-r--r-- | lib/element_impl.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/element_impl.hpp b/lib/element_impl.hpp index 0c080fd..2119935 100644 --- a/lib/element_impl.hpp +++ b/lib/element_impl.hpp @@ -85,7 +85,6 @@ struct ElementImpl //buffer queues and ready conditions InputBufferQueues input_queues; VectorOfQueues<SBuffer> output_queues; - std::vector<size_t> output_bytes_offset; //tag tracking std::vector<bool> input_tags_changed; |