From 7a05bb5cfbf3560b828c226f4a3bad8c3826b039 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Wed, 23 Mar 2022 18:47:42 +0100 Subject: Apply changes suggested by clang-tidy 11 --- src/buildtool/file_system/git_cas.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/buildtool/file_system/git_cas.hpp') 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 #include -#include #include #include "src/buildtool/file_system/object_type.hpp" @@ -49,7 +48,6 @@ class GitCAS { -> std::optional>; private: - static inline std::mutex repo_mutex_{}; git_odb* odb_{nullptr}; bool initialized_{false}; -- cgit v1.2.3