summaryrefslogtreecommitdiff
path: root/lib/hier_block.cpp
diff options
context:
space:
mode:
authorJosh Blum2013-03-29 03:22:28 -0500
committerJosh Blum2013-03-29 03:22:28 -0500
commite78ac3e9582f46670a904f119d2ee80d7310b42e (patch)
treea24d20db2631c9d9e3d41642ee604228d5495e14 /lib/hier_block.cpp
parentca6d6b4a7786ecc3754532d85ed39da33684d5fc (diff)
parentd6f413965cc91fd239f7ba587e9550233b386cc5 (diff)
downloadsandhi-e78ac3e9582f46670a904f119d2ee80d7310b42e.tar.gz
sandhi-e78ac3e9582f46670a904f119d2ee80d7310b42e.tar.bz2
sandhi-e78ac3e9582f46670a904f119d2ee80d7310b42e.zip
Merge branch 'master' into query_work
Diffstat (limited to 'lib/hier_block.cpp')
-rw-r--r--lib/hier_block.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/hier_block.cpp b/lib/hier_block.cpp
index b7ffe4c..4c0aef3 100644
--- a/lib/hier_block.cpp
+++ b/lib/hier_block.cpp
@@ -18,6 +18,11 @@ HierBlock::HierBlock(const std::string &name):
(*this)->topology = boost::shared_ptr<Apology::Topology>(new Apology::Topology());
}
+HierBlock::~HierBlock(void)
+{
+ //NOP
+}
+
void ElementImpl::hier_block_cleanup(void)
{
this->topology->clear_all();