🐛 legacy line on 170

This commit is contained in:
EntireTwix 2021-04-11 14:55:34 -07:00
parent 104f36f9ec
commit 32c8964647

View file

@ -167,7 +167,6 @@ public:
//we know it contains this key but we call this func to grab mutex
temp[i++] = u.first;
}
size_lock.unlock_shared();
std::unique_lock<std::shared_mutex> lock{size_lock};
size_lock_flag = false;
}