summaryrefslogtreecommitdiff
path: root/lib/element_impl.hpp
diff options
context:
space:
mode:
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;