diff options
author | Håkon Vågsether <haakonsv@gmail.com> | 2018-12-02 21:58:11 +0100 |
---|---|---|
committer | Håkon Vågsether <haakonsv@gmail.com> | 2018-12-18 23:46:09 +0100 |
commit | c938d168478efbe59a1f54cbf3e10afe54a307b3 (patch) | |
tree | 439d5a8a34d266605ed7e7bb09003f0c5b8888e2 /grc/core/generator/top_block.py | |
parent | 4c4cfa3af3a48121b6107ad44b33e1ab88f619eb (diff) |
Fix C++ hier block generation
Diffstat (limited to 'grc/core/generator/top_block.py')
-rw-r--r-- | grc/core/generator/top_block.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/grc/core/generator/top_block.py b/grc/core/generator/top_block.py index f2b485d641..cab1bf71cb 100644 --- a/grc/core/generator/top_block.py +++ b/grc/core/generator/top_block.py @@ -266,9 +266,6 @@ class TopBlockGenerator(object): # Remove the virtual connection connections.remove(connection) - for connection in virtual_sink_connections: - connections.remove(connection) - # Bypassing blocks: Need to find all the enabled connections for the block using # the *connections* object rather than get_connections(). Create new connections # that bypass the selected block and remove the existing ones. This allows adjacent |