diff options
author | Josh Blum | 2013-05-06 02:43:35 -0700 |
---|---|---|
committer | Josh Blum | 2013-05-06 02:43:35 -0700 |
commit | 2c91c38ae57fe42f47d114e00cdbddb7d45a8430 (patch) | |
tree | 38d3eef4e2d002c28923d38bd9fa7dec7993d1b4 /lib/block.cpp | |
parent | 1b84453cc51b07eb9106bcd6731a321ff1924d74 (diff) | |
download | sandhi-2c91c38ae57fe42f47d114e00cdbddb7d45a8430.tar.gz sandhi-2c91c38ae57fe42f47d114e00cdbddb7d45a8430.tar.bz2 sandhi-2c91c38ae57fe42f47d114e00cdbddb7d45a8430.zip |
gras: dont need this is automatic
Diffstat (limited to 'lib/block.cpp')
-rw-r--r-- | lib/block.cpp | 2 |
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); } |