summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/buildtool/file_system/git_repo.cpp2
-rw-r--r--test/buildtool/execution_engine/executor/executor_api.test.hpp1
2 files changed, 0 insertions, 3 deletions
diff --git a/src/buildtool/file_system/git_repo.cpp b/src/buildtool/file_system/git_repo.cpp
index f2f7b042..791d5996 100644
--- a/src/buildtool/file_system/git_repo.cpp
+++ b/src/buildtool/file_system/git_repo.cpp
@@ -877,8 +877,6 @@ auto GitRepo::FetchFromPath(std::shared_ptr<git_config> cfg,
// wrap remote object
auto remote = std::unique_ptr<git_remote, decltype(&remote_closer)>(
remote_ptr, remote_closer);
- // get the canonical url
- auto canonical_url = std::string(git_remote_url(remote.get()));
// get a well-defined config file
if (not cfg) {
diff --git a/test/buildtool/execution_engine/executor/executor_api.test.hpp b/test/buildtool/execution_engine/executor/executor_api.test.hpp
index 24abbb78..c898d9e8 100644
--- a/test/buildtool/execution_engine/executor/executor_api.test.hpp
+++ b/test/buildtool/execution_engine/executor/executor_api.test.hpp
@@ -575,7 +575,6 @@ static inline void TestRetrieveOutputDirectories(
int /*expected_queued*/ = 0,
int /*expected_cached*/ = 0) {
SetupConfig(repo_config);
- auto tmpdir = GetTestDir();
HashFunction const hash_function{Compatibility::IsCompatible()
? HashFunction::Type::PlainSHA256