From e4f045060c17040a907f7f9c1bbe9475b03ff671 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 10 Mar 2024 17:22:59 -0500 Subject: [PATCH] branches2.hpp --- src/branches2.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/branches2.hpp b/src/branches2.hpp index b8b9efbe..da4179b7 100644 --- a/src/branches2.hpp +++ b/src/branches2.hpp @@ -23,9 +23,6 @@ public: std::vector::const_iterator begin() const { return _branches.begin(); } std::vector::const_iterator end() const { return _branches.end(); } -public: - uint64_t min_free_space; - private: std::vector _branches; };