From fe328c2800ae4eca7bee337ae17c1640f1cce955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20M=20L=C3=B3pez=20Mu=C3=B1oz?= Date: Fri, 12 Jul 2013 08:33:26 +0000 Subject: [PATCH] deleted leftover [SVN r85005] --- include/boost/multi_index/detail/index_base.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/boost/multi_index/detail/index_base.hpp b/include/boost/multi_index/detail/index_base.hpp index f94b0f7..d1838a0 100644 --- a/include/boost/multi_index/detail/index_base.hpp +++ b/include/boost/multi_index/detail/index_base.hpp @@ -96,8 +96,6 @@ protected: const index_base&,const copy_map_type&) {} - void move_(index_base&){} - node_type* insert_(const value_type& v,node_type* x,lvalue_tag) { boost::detail::allocator::construct(&x->value(),v);