summaryrefslogtreecommitdiff
path: root/src/other_tools/root_maps/commit_git_map.hpp
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2023-01-23 12:22:53 +0100
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2023-01-24 15:47:30 +0100
commit02ff78ee73bb8df43e78450ec379b5b006126d73 (patch)
treed3988669c8ce1772989069cdb9955ec696e56273 /src/other_tools/root_maps/commit_git_map.hpp
parent794dc72077f2ababbf11ed50660a7832c9d7fac7 (diff)
downloadjustbuild-02ff78ee73bb8df43e78450ec379b5b006126d73.tar.gz
commit_git_map: Clean up passed arguments in EnsureCommit
Diffstat (limited to 'src/other_tools/root_maps/commit_git_map.hpp')
-rw-r--r--src/other_tools/root_maps/commit_git_map.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/other_tools/root_maps/commit_git_map.hpp b/src/other_tools/root_maps/commit_git_map.hpp
index eb7c26a9..d00c89d1 100644
--- a/src/other_tools/root_maps/commit_git_map.hpp
+++ b/src/other_tools/root_maps/commit_git_map.hpp
@@ -56,7 +56,6 @@ using CommitGitMap = AsyncMapConsumer<GitRepoInfo, nlohmann::json>;
std::size_t jobs) -> CommitGitMap;
void EnsureCommit(GitRepoInfo const& repo_info,
- std::string const& fetch_repo,
std::filesystem::path const& repo_root,
GitCASPtr const& git_cas,
gsl::not_null<CriticalGitOpMap*> const& critical_git_op_map,