mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-16 16:12:14 +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");
|
||||
}
|
||||
bank_dom::Global users_copy;
|
||||
users_copy.users.clear();
|
||||
users_copy.keys.clear();
|
||||
users_copy.users.reserve(users.size());
|
||||
users_copy.keys.reserve(users.size());
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue