Remove unused method

fix #2410
This commit is contained in:
alandefreitas
2022-06-15 21:25:02 -03:00
parent eaa51201bd
commit 46729654c1

View File

@ -1200,15 +1200,6 @@ destroy(list_type& list) noexcept
destroy(*it++);
}
template<class Allocator>
void
basic_multi_buffer<Allocator>::
destroy(const_iter it)
{
auto& e = list_.erase(it);
destroy(e);
}
template<class Allocator>
void
basic_multi_buffer<Allocator>::