diff options
Diffstat (limited to 'test/main.cpp')
-rw-r--r-- | test/main.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/main.cpp b/test/main.cpp index f73045dc..54afa2dc 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -20,12 +20,9 @@ #include "src/buildtool/file_system/git_context.hpp" #include "src/buildtool/storage/file_chunker.hpp" #include "test/utils/logging/log_config.hpp" -#include "test/utils/test_env.hpp" auto main(int argc, char* argv[]) -> int { ConfigureLogging(); - ReadCompatibilityFromEnv(); - /** * The current implementation of libgit2 uses pthread_key_t incorrectly * on POSIX systems to handle thread-specific data, which requires us to |