diff --git a/include/boost/unordered/detail/foa.hpp b/include/boost/unordered/detail/foa.hpp index 85c0b092..60c20436 100644 --- a/include/boost/unordered/detail/foa.hpp +++ b/include/boost/unordered/detail/foa.hpp @@ -926,7 +926,6 @@ struct table_arrays template static table_arrays new_(Allocator& al,std::size_t n) { - // using alloc_traits=boost::allocator_traits; using storage_allocator= typename boost::allocator_rebind::type; using storage_traits=boost::allocator_traits;