diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-02-28 15:22:53 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-03-06 10:39:58 +0100 |
commit | 8f15cfaab8e6913a23dd31bcaf7399b539a9aac9 (patch) | |
tree | 56e8713e852a6dc01bf384dbf012b3bc70fc6bd8 /src/other_tools/root_maps/commit_git_map.hpp | |
parent | 1143de5bab2e90f8f42874e67ed62244960dd880 (diff) | |
download | justbuild-8f15cfaab8e6913a23dd31bcaf7399b539a9aac9.tar.gz |
CommitGitMap: Move helper function out of header file
Diffstat (limited to 'src/other_tools/root_maps/commit_git_map.hpp')
-rw-r--r-- | src/other_tools/root_maps/commit_git_map.hpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/other_tools/root_maps/commit_git_map.hpp b/src/other_tools/root_maps/commit_git_map.hpp index 163163d2..992f876c 100644 --- a/src/other_tools/root_maps/commit_git_map.hpp +++ b/src/other_tools/root_maps/commit_git_map.hpp @@ -57,12 +57,4 @@ using CommitGitMap = AsyncMapConsumer<GitRepoInfo, nlohmann::json>; JustMR::PathsPtr const& just_mr_paths, std::size_t jobs) -> CommitGitMap; -void EnsureCommit(GitRepoInfo const& repo_info, - std::filesystem::path const& repo_root, - GitCASPtr const& git_cas, - gsl::not_null<CriticalGitOpMap*> const& critical_git_op_map, - gsl::not_null<TaskSystem*> const& ts, - CommitGitMap::SetterPtr const& ws_setter, - CommitGitMap::LoggerPtr const& logger); - #endif // INCLUDED_SRC_OTHER_TOOLS_ROOT_MAPS_COMMIT_GIT_MAP_HPP |