From 6943a8555fb59004e9197513c5bcb23792c1a1e9 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Thu, 31 Jan 2013 22:38:27 -0800 Subject: gras: why/how did this link on the other machine --- lib/block_task.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'lib/block_task.cpp') diff --git a/lib/block_task.cpp b/lib/block_task.cpp index 3d8bca1..af8f101 100644 --- a/lib/block_task.cpp +++ b/lib/block_task.cpp @@ -96,16 +96,6 @@ void BlockActor::output_fail(const size_t i) this->output_queues.fail(i); } -GRAS_FORCE_INLINE bool BlockActor::is_work_allowed(void) -{ - return ( - this->block_state == BLOCK_STATE_LIVE and - this->input_queues.all_ready() and - this->inputs_available.any() and - this->output_queues.all_ready() - ); -} - void BlockActor::handle_task(void) { //------------------------------------------------------------------ -- cgit