From 64f880c2d64de16ba3dcd4ea3bf25c2795d18ddd Mon Sep 17 00:00:00 2001 From: Matei David Date: Fri, 16 May 2014 10:25:09 -0400 Subject: [PATCH] lib: removed some unused method bstbase3::priv_container_from_end_iterator --- include/boost/intrusive/bstree.hpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/boost/intrusive/bstree.hpp b/include/boost/intrusive/bstree.hpp index 1e1fe86..172598a 100644 --- a/include/boost/intrusive/bstree.hpp +++ b/include/boost/intrusive/bstree.hpp @@ -1864,13 +1864,6 @@ class bstree_impl return b.unconst(); } /// @endcond - - private: - static bstree_impl &priv_container_from_end_iterator(const const_iterator &end_iterator) - { - return *static_cast - (boost::intrusive::detail::to_raw_pointer(end_iterator.pointed_node())); - } }; #if defined(BOOST_INTRUSIVE_DOXYGEN_INVOKED)