summaryrefslogtreecommitdiff
path: root/lib/block_handlers.cpp
diff options
context:
space:
mode:
authorJosh Blum2013-01-31 21:47:30 -0800
committerJosh Blum2013-01-31 21:47:30 -0800
commit3966ed72ba0aa187c0065efc15c3cb9fe0020447 (patch)
tree03109f7ab07c511671e07f174c2bb9fb383489d9 /lib/block_handlers.cpp
parent8a624ecbe5a0e5ec720a2bc02baa1b2a93a47790 (diff)
downloadsandhi-3966ed72ba0aa187c0065efc15c3cb9fe0020447.tar.gz
sandhi-3966ed72ba0aa187c0065efc15c3cb9fe0020447.tar.bz2
sandhi-3966ed72ba0aa187c0065efc15c3cb9fe0020447.zip
gras: simplify task kicker into a reusable call
Diffstat (limited to 'lib/block_handlers.cpp')
-rw-r--r--lib/block_handlers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/block_handlers.cpp b/lib/block_handlers.cpp
index 87c5ee4..5b6a1c0 100644
--- a/lib/block_handlers.cpp
+++ b/lib/block_handlers.cpp
@@ -27,7 +27,7 @@ void BlockActor::handle_top_active(
//when I do the kick, but not with the direct call to handle
//ideally, we always kick here and let the kick handler call handle_task
this->handle_task();
- //this->Push(SelfKickMessage(), Theron::Address());
+ //this->task_kicker();
}
void BlockActor::handle_top_inert(