refactored unprotected_rehash_if_full out

This commit is contained in:
joaquintides
2023-04-29 11:35:11 +02:00
parent bee9a3cb1a
commit 615ce1e9b6

View File

@ -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();
}