mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 20:47:10 +11:00
🔥 remove legacy clear()
This commit is contained in:
parent
4ca3ac2528
commit
89f268889c
1 changed files with 0 additions and 2 deletions
|
|
@ -295,8 +295,6 @@ const char *Bank::Save()
|
||||||
throw std::invalid_argument("Cannot access saving file\n");
|
throw std::invalid_argument("Cannot access saving file\n");
|
||||||
}
|
}
|
||||||
bank_dom::Global users_copy;
|
bank_dom::Global users_copy;
|
||||||
users_copy.users.clear();
|
|
||||||
users_copy.keys.clear();
|
|
||||||
users_copy.users.reserve(users.size());
|
users_copy.users.reserve(users.size());
|
||||||
users_copy.keys.reserve(users.size());
|
users_copy.keys.reserve(users.size());
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue