diff options
author | Josh Blum | 2012-09-12 23:00:54 -0700 |
---|---|---|
committer | Josh Blum | 2012-09-12 23:00:54 -0700 |
commit | 87cd4fe7179a55f1ea34ea90744017c403838542 (patch) | |
tree | b5dc5037f8b63535e5f74e9f27817e4f2fa9af1e /lib/block.cpp | |
parent | c4785d122c6c0c0bd3163db1b9201eab9e286d5b (diff) | |
download | sandhi-87cd4fe7179a55f1ea34ea90744017c403838542.tar.gz sandhi-87cd4fe7179a55f1ea34ea90744017c403838542.tar.bz2 sandhi-87cd4fe7179a55f1ea34ea90744017c403838542.zip |
added inlining logic for input queue handling
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 6bbdcd8..39939cb 100644 --- a/lib/block.cpp +++ b/lib/block.cpp @@ -30,7 +30,6 @@ Block::Block(const std::string &name): { this->set_history(0); this->set_output_multiple(1); - this->set_input_inline(0, true); this->set_fixed_rate(true); this->set_relative_rate(1.0); this->set_tag_propagation_policy(TPP_ALL_TO_ALL); |