commit | 759993b9221d663bb63028846183b51c744568e2 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Fri Aug 12 11:19:08 2016 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Fri Aug 12 11:19:08 2016 +0000 |
tree | e56d7ec14c5a6fcd91ae5692b6d8a10045d975ff | |
parent | 7f35843d583d831ac051102857128e0b4fdac179 [diff] |
table: delete unnecessary name_tree::Iterator destructor refs #3687 Change-Id: Iccb755c0b1234d31bea84797db348fd229b2fde9
diff --git a/daemon/table/name-tree-iterator.hpp b/daemon/table/name-tree-iterator.hpp index fcc57b1..f484440 100644 --- a/daemon/table/name-tree-iterator.hpp +++ b/daemon/table/name-tree-iterator.hpp
@@ -74,9 +74,6 @@ Iterator(shared_ptr<EnumerationImpl> impl, const Entry* ref); - virtual - ~Iterator() = default; - const Entry& operator*() const {