diff options
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, |