diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-01-23 12:22:53 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-01-24 15:47:30 +0100 |
commit | 02ff78ee73bb8df43e78450ec379b5b006126d73 (patch) | |
tree | d3988669c8ce1772989069cdb9955ec696e56273 /src/other_tools/root_maps/commit_git_map.hpp | |
parent | 794dc72077f2ababbf11ed50660a7832c9d7fac7 (diff) | |
download | justbuild-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.hpp | 1 |
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, |