mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 20:47:10 +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:
|
private:
|
||||||
#if CONSERVATIVE_DISK_SAVE
|
#if CONSERVATIVE_DISK_SAVE
|
||||||
#if MULTI_THREADED
|
|
||||||
static ChangeFlag<false> save_flag;
|
static ChangeFlag<false> save_flag;
|
||||||
#else
|
|
||||||
static bool save_flag = false;
|
|
||||||
#endif
|
|
||||||
#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()
|
//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