🐎 save_flag is not required if conservative saving is disabled

This commit is contained in:
EntireTwix 2021-06-27 21:49:42 -07:00
parent 23928235eb
commit 6e46cb8f7a

View file

@ -25,7 +25,9 @@ private:
std::mutex>
users;
#if CONSERVATIVE_DISK_SAVE
ChangeFlag save_flag;
#endif
/**
* @brief size_l should be grabbed if the operation MODIFIES the size (shared), this is so that when save claims unique