diff --git a/include/__hash_table b/include/__hash_table index 2bd95977..d469b080 100644 --- a/include/__hash_table +++ b/include/__hash_table @@ -1726,7 +1726,6 @@ template typename __hash_table<_Tp, _Hash, _Equal, _Alloc>::__node_holder __hash_table<_Tp, _Hash, _Equal, _Alloc>::remove(const_iterator __p) _NOEXCEPT { - __node_traits::destroy(__node_alloc(), __p.operator->()); // current node __node_pointer __cn = const_cast<__node_pointer>(__p.__node_); size_type __bc = bucket_count();