summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/block.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/block.cpp b/lib/block.cpp
index 75af20c..cd191ad 100644
--- a/lib/block.cpp
+++ b/lib/block.cpp
@@ -42,8 +42,6 @@ Block::Block(const std::string &name):
(*this)->block->block_state = BlockActor::BLOCK_STATE_INIT;
//call block methods to init stuff
- this->input_config(0) = InputPortConfig();
- this->output_config(0) = OutputPortConfig();
this->set_interruptible_work(false);
this->set_buffer_affinity(-1);
}