mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-18 17:12:14 +11:00
🐛 legacy line on 170
This commit is contained in:
parent
104f36f9ec
commit
32c8964647
1 changed files with 0 additions and 1 deletions
|
|
@ -167,7 +167,6 @@ public:
|
||||||
//we know it contains this key but we call this func to grab mutex
|
//we know it contains this key but we call this func to grab mutex
|
||||||
temp[i++] = u.first;
|
temp[i++] = u.first;
|
||||||
}
|
}
|
||||||
size_lock.unlock_shared();
|
|
||||||
std::unique_lock<std::shared_mutex> lock{size_lock};
|
std::unique_lock<std::shared_mutex> lock{size_lock};
|
||||||
size_lock_flag = false;
|
size_lock_flag = false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue