From 32c89646474235f7a4a2cd5e98d6d9b183c393a9 Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Sun, 11 Apr 2021 14:55:34 -0700 Subject: [PATCH] :bug: legacy line on 170 --- include/bank.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/bank.hpp b/include/bank.hpp index 03d364d..e17e000 100644 --- a/include/bank.hpp +++ b/include/bank.hpp @@ -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 lock{size_lock}; size_lock_flag = false; }