diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2025-01-21 15:37:19 +0100 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2025-01-23 16:50:37 +0100 |
commit | 98f9a38d858a1674cfc10b689b360ca4498ce72a (patch) | |
tree | a7261fa9a0fcb8835a11c7d5c6f824247c4bcce8 /src/other_tools/root_maps/fpath_git_map.hpp | |
parent | f2958de8408c2af6bad936a8f0c9fbc355e9ea1f (diff) | |
download | justbuild-98f9a38d858a1674cfc10b689b360ca4498ce72a.tar.gz |
JustMr: FilePathGitMap: Remove unused arguments.
Diffstat (limited to 'src/other_tools/root_maps/fpath_git_map.hpp')
-rw-r--r-- | src/other_tools/root_maps/fpath_git_map.hpp | 4 |
1 files changed, 0 insertions, 4 deletions
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<FpathInfo, nlohmann::json>; gsl::not_null<ResolveSymlinksMap*> const& resolve_symlinks_map, ServeApi const* serve, gsl::not_null<StorageConfig const*> 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; |