From 92354bdf21ca30fabbfc6e02133581f627827296 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 16 Apr 2013 20:10:20 -0700 Subject: gras: isolate this callback to only the source file --- lib/gras_impl/block_actor.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/gras_impl/block_actor.hpp') 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); -- cgit