diff options
Diffstat (limited to 'src/buildtool/file_system/git_cas.hpp')
-rw-r--r-- | src/buildtool/file_system/git_cas.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/buildtool/file_system/git_cas.hpp b/src/buildtool/file_system/git_cas.hpp index d4341482..c964a739 100644 --- a/src/buildtool/file_system/git_cas.hpp +++ b/src/buildtool/file_system/git_cas.hpp @@ -3,7 +3,6 @@ #include <filesystem> #include <memory> -#include <mutex> #include <optional> #include "src/buildtool/file_system/object_type.hpp" @@ -49,7 +48,6 @@ class GitCAS { -> std::optional<std::pair<std::size_t, ObjectType>>; private: - static inline std::mutex repo_mutex_{}; git_odb* odb_{nullptr}; bool initialized_{false}; |