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 | 3 |
1 files changed, 2 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 949b0dd1..fd1530af 100644 --- a/src/other_tools/root_maps/commit_git_map.hpp +++ b/src/other_tools/root_maps/commit_git_map.hpp @@ -68,7 +68,8 @@ struct hash<GitRepoInfo> { /// \brief Maps a Git repository commit hash to its tree workspace root, /// together with the information whether it was a cache hit. using CommitGitMap = - AsyncMapConsumer<GitRepoInfo, std::pair<nlohmann::json, bool>>; + AsyncMapConsumer<GitRepoInfo, + std::pair<nlohmann::json /*root*/, bool /*is_cache_hit*/>>; [[nodiscard]] auto CreateCommitGitMap( gsl::not_null<CriticalGitOpMap*> const& critical_git_op_map, |