mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-16 16:12:14 +11:00
🔥 removed save_flag as bool possibility
This commit is contained in:
parent
0f28a0cc19
commit
edee4f2e0d
1 changed files with 0 additions and 4 deletions
|
|
@ -27,11 +27,7 @@ class Bank
|
|||
|
||||
private:
|
||||
#if CONSERVATIVE_DISK_SAVE
|
||||
#if MULTI_THREADED
|
||||
static ChangeFlag<false> save_flag;
|
||||
#else
|
||||
static bool save_flag = false;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
//must grab as shared if the operation is gonna modify "users"'s size or can be caught in a intermediary state such as SendFunds()
|
||||
|
|
|
|||
Loading…
Reference in a new issue