Remove extraneous commented out code from foa

This commit is contained in:
Christian Mazakas
2023-02-19 21:16:27 -08:00
parent 343e344582
commit df5e2c3aca

View File

@ -926,7 +926,6 @@ struct table_arrays
template<typename Allocator>
static table_arrays new_(Allocator& al,std::size_t n)
{
// using alloc_traits=boost::allocator_traits<Allocator>;
using storage_allocator=
typename boost::allocator_rebind<Allocator, Value>::type;
using storage_traits=boost::allocator_traits<storage_allocator>;