summaryrefslogtreecommitdiff
path: root/lib/element_impl.hpp
diff options
context:
space:
mode:
authorJosh Blum2012-09-23 11:03:10 -0400
committerJosh Blum2012-09-23 11:03:10 -0400
commit37d94b9717b11aea0f26905857bf3676589d43e9 (patch)
tree2177136efeaa35f0932efb1e9a3036b2ca255d49 /lib/element_impl.hpp
parentf39fe9d7f1bdee682ac75dec3c3774d1f096f55f (diff)
downloadsandhi-37d94b9717b11aea0f26905857bf3676589d43e9.tar.gz
sandhi-37d94b9717b11aea0f26905857bf3676589d43e9.tar.bz2
sandhi-37d94b9717b11aea0f26905857bf3676589d43e9.zip
store the container sptr in tsbe topology
Diffstat (limited to 'lib/element_impl.hpp')
-rw-r--r--lib/element_impl.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/element_impl.hpp b/lib/element_impl.hpp
index 510bc72..d0f7f5d 100644
--- a/lib/element_impl.hpp
+++ b/lib/element_impl.hpp
@@ -109,7 +109,6 @@ struct ElementImpl
tsbe::Block block;
tsbe::Topology topology;
tsbe::Executor executor;
- std::vector<boost::shared_ptr<Element> > children;
const tsbe::Element &get_elem(void) const
{
if (block) return block;