diff options
author | Josh Blum | 2013-04-16 20:10:20 -0700 |
---|---|---|
committer | Josh Blum | 2013-04-16 20:10:20 -0700 |
commit | 92354bdf21ca30fabbfc6e02133581f627827296 (patch) | |
tree | 48f2a415987659866ed725cd9ff5d3f1109dfb6e /lib/gras_impl | |
parent | d58659dd2d6d2c7c9411a689254ae0ad8b2c0764 (diff) | |
download | sandhi-92354bdf21ca30fabbfc6e02133581f627827296.tar.gz sandhi-92354bdf21ca30fabbfc6e02133581f627827296.tar.bz2 sandhi-92354bdf21ca30fabbfc6e02133581f627827296.zip |
gras: isolate this callback to only the source file
Diffstat (limited to 'lib/gras_impl')
-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 a8586c0..2799313 100644 --- a/lib/gras_impl/block_actor.hpp +++ b/lib/gras_impl/block_actor.hpp @@ -94,7 +94,6 @@ struct BlockActor : Apology::Worker void handle_get_stats(const GetStatsMessage &, const Theron::Address); //helpers - void buffer_returner(const size_t index, SBuffer &buffer); void mark_done(void); void task_main(void); void input_fail(const size_t index); |