diff options
Diffstat (limited to 'lib/block.cpp')
-rw-r--r-- | lib/block.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/block.cpp b/lib/block.cpp index c7ff967..73c232f 100644 --- a/lib/block.cpp +++ b/lib/block.cpp @@ -38,7 +38,6 @@ Block::Block(const std::string &name): config.input_callback = boost::bind(&ElementImpl::handle_input_msg, this->get(), _1, _2, _3); config.output_callback = boost::bind(&ElementImpl::handle_output_msg, this->get(), _1, _2, _3); config.update_callback = boost::bind(&ElementImpl::topology_update, this->get(), _1, _2); - config.task_callback = boost::bind(&ElementImpl::handle_task, this->get(), _1); (*this)->block = tsbe::Block(config); (*this)->block_ptr = this; |