diff options
author | Josh Blum | 2013-01-31 22:38:27 -0800 |
---|---|---|
committer | Josh Blum | 2013-01-31 22:38:27 -0800 |
commit | 6943a8555fb59004e9197513c5bcb23792c1a1e9 (patch) | |
tree | 885fbfcf11be3ce6dd59937ebff61e9697b86ebd /lib/block_task.cpp | |
parent | e21fdd0deb76471fa35c95bdc5c78a5ce85f7602 (diff) | |
download | sandhi-6943a8555fb59004e9197513c5bcb23792c1a1e9.tar.gz sandhi-6943a8555fb59004e9197513c5bcb23792c1a1e9.tar.bz2 sandhi-6943a8555fb59004e9197513c5bcb23792c1a1e9.zip |
gras: why/how did this link on the other machine
Diffstat (limited to 'lib/block_task.cpp')
-rw-r--r-- | lib/block_task.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
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) { //------------------------------------------------------------------ |