🔥 removed save_flag as bool possibility

This commit is contained in:
EntireTwix 2021-07-24 17:25:43 -07:00
parent 0f28a0cc19
commit edee4f2e0d

View file

@ -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()