From 8f15cfaab8e6913a23dd31bcaf7399b539a9aac9 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Tue, 28 Feb 2023 15:22:53 +0100 Subject: CommitGitMap: Move helper function out of header file --- src/other_tools/root_maps/commit_git_map.hpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/other_tools/root_maps/commit_git_map.hpp') 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; 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 const& critical_git_op_map, - gsl::not_null const& ts, - CommitGitMap::SetterPtr const& ws_setter, - CommitGitMap::LoggerPtr const& logger); - #endif // INCLUDED_SRC_OTHER_TOOLS_ROOT_MAPS_COMMIT_GIT_MAP_HPP -- cgit v1.2.3