diff options
author | Josh Blum | 2012-09-07 01:28:33 -0700 |
---|---|---|
committer | Josh Blum | 2012-09-07 01:28:33 -0700 |
commit | 9784927a63db1e2e51d3269e64db3f8c6501a2a8 (patch) | |
tree | 507166c39a74b4684928a83758804707d99f7979 /lib/gras_impl/buffer_queue.hpp | |
parent | 77485f255b040846890c3c64d764e00f5de5cfe2 (diff) | |
download | sandhi-9784927a63db1e2e51d3269e64db3f8c6501a2a8.tar.gz sandhi-9784927a63db1e2e51d3269e64db3f8c6501a2a8.tar.bz2 sandhi-9784927a63db1e2e51d3269e64db3f8c6501a2a8.zip |
filling in the prepare method (almost working)
Diffstat (limited to 'lib/gras_impl/buffer_queue.hpp')
-rw-r--r-- | lib/gras_impl/buffer_queue.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/gras_impl/buffer_queue.hpp b/lib/gras_impl/buffer_queue.hpp index e9ac220..5fd1661 100644 --- a/lib/gras_impl/buffer_queue.hpp +++ b/lib/gras_impl/buffer_queue.hpp @@ -35,11 +35,6 @@ struct BufferQueue : std::queue<tsbe::Buffer> ~BufferQueue(void) { _token.reset(); - this->flush(); - } - - void flush(void) - { while (not this->empty()) { this->pop(); |