diff --git a/include/boost/unordered/detail/foa/concurrent_table.hpp b/include/boost/unordered/detail/foa/concurrent_table.hpp index fe314034..b72b4910 100644 --- a/include/boost/unordered/detail/foa/concurrent_table.hpp +++ b/include/boost/unordered/detail/foa/concurrent_table.hpp @@ -1158,11 +1158,6 @@ private: void rehash_if_full() { auto lck=exclusive_access(); - unprotected_rehash_if_full(); - } - - void unprotected_rehash_if_full() - { if(this->size_==this->ml)this->unchecked_rehash_for_growth(); }