lib: removed some unused method bstbase3::priv_container_from_end_iterator

This commit is contained in:
Matei David
2014-05-16 10:25:09 -04:00
parent e9b63d291f
commit 64f880c2d6

View File

@@ -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<bstree_impl*>
(boost::intrusive::detail::to_raw_pointer(end_iterator.pointed_node()));
}
};
#if defined(BOOST_INTRUSIVE_DOXYGEN_INVOKED)