From 98f9a38d858a1674cfc10b689b360ca4498ce72a Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Tue, 21 Jan 2025 15:37:19 +0100 Subject: JustMr: FilePathGitMap: Remove unused arguments. --- src/other_tools/root_maps/fpath_git_map.hpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/other_tools/root_maps/fpath_git_map.hpp') diff --git a/src/other_tools/root_maps/fpath_git_map.hpp b/src/other_tools/root_maps/fpath_git_map.hpp index 2c6f7360..29ca8832 100644 --- a/src/other_tools/root_maps/fpath_git_map.hpp +++ b/src/other_tools/root_maps/fpath_git_map.hpp @@ -23,7 +23,6 @@ #include "gsl/gsl" #include "nlohmann/json.hpp" -#include "src/buildtool/execution_api/common/execution_api.hpp" #include "src/buildtool/file_system/symlinks_map/pragma_special.hpp" #include "src/buildtool/file_system/symlinks_map/resolve_symlinks_map.hpp" #include "src/buildtool/multithreading/async_map_consumer.hpp" @@ -59,9 +58,6 @@ using FilePathGitMap = AsyncMapConsumer; gsl::not_null const& resolve_symlinks_map, ServeApi const* serve, gsl::not_null const& native_storage_config, - StorageConfig const* compat_storage_config, - IExecutionApi const* local_api, - IExecutionApi const* remote_api, std::size_t jobs, std::string const& multi_repo_tool_name, std::string const& build_tool_name) -> FilePathGitMap; -- cgit v1.2.3