diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-09-12 13:14:02 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-09-12 15:02:01 +0200 |
commit | f8d6a93611eacd2c71c57cb09f4ba307ed38a1fc (patch) | |
tree | 730bf55b4674aab2f68acfbbfd262a35512c16c4 /src | |
parent | b2f15fdbaa7556cdf68e12bd02173e8ef62417dd (diff) | |
download | justbuild-f8d6a93611eacd2c71c57cb09f4ba307ed38a1fc.tar.gz |
Remove unused variables
Diffstat (limited to 'src')
-rw-r--r-- | src/buildtool/file_system/git_repo.cpp | 2 |
1 files changed, 0 insertions, 2 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) { |