diff --git a/src/branches2.hpp b/src/branches2.hpp index d3ac6492..6df321de 100644 --- a/src/branches2.hpp +++ b/src/branches2.hpp @@ -3,7 +3,6 @@ #include "branch2.hpp" #include "branch_tier.hpp" -#include "nonstd/optional.hpp" #include "toml.hpp" #include @@ -25,7 +24,7 @@ public: std::vector::const_iterator end() const { return _branches.end(); } public: - nonstd::optional min_free_space; + uint64_t min_free_space; private: std::vector _branches;