summaryrefslogtreecommitdiffstats
path: root/src/Store.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Store.cpp')
-rw-r--r--src/Store.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Store.cpp b/src/Store.cpp
index 2c7294a8..e2f0f368 100644
--- a/src/Store.cpp
+++ b/src/Store.cpp
@@ -30,10 +30,6 @@ Store::add(Node* o)
}
insert(make_pair(o->path(), SPtr<Node>(o)));
-
- for (uint32_t i = 0; i < o->num_ports(); ++i) {
- add(o->port(i));
- }
}
/*