diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2024-12-16 13:37:08 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2024-12-19 16:17:46 +0100 |
commit | 0d1223d10057c563f019fd4699a82e0af9da9111 (patch) | |
tree | 0771e45bbf0cd1b37744595affcd0ba71eb29da1 /src/other_tools/root_maps/fpath_git_map.cpp | |
parent | 0042c50301d2e959e9e7487f0f4ab37cef245979 (diff) | |
download | justbuild-0d1223d10057c563f019fd4699a82e0af9da9111.tar.gz |
Remove unneeded compat_storage
Diffstat (limited to 'src/other_tools/root_maps/fpath_git_map.cpp')
-rw-r--r-- | src/other_tools/root_maps/fpath_git_map.cpp | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/src/other_tools/root_maps/fpath_git_map.cpp b/src/other_tools/root_maps/fpath_git_map.cpp index 83065bb4..4a11025f 100644 --- a/src/other_tools/root_maps/fpath_git_map.cpp +++ b/src/other_tools/root_maps/fpath_git_map.cpp @@ -41,7 +41,6 @@ void CheckServeAndSetRoot( ServeApi const* serve, gsl::not_null<StorageConfig const*> const& native_storage_config, StorageConfig const* compat_storage_config, - Storage const* compat_storage, IExecutionApi const* local_api, IExecutionApi const* remote_api, FilePathGitMap::SetterPtr const& ws_setter, @@ -73,7 +72,6 @@ void CheckServeAndSetRoot( repo_root, native_storage_config, compat_storage_config, - compat_storage, local_api, remote_api, logger, @@ -113,7 +111,6 @@ void ResolveFilePathTree( ServeApi const* serve, gsl::not_null<StorageConfig const*> const& native_storage_config, StorageConfig const* compat_storage_config, - Storage const* compat_storage, IExecutionApi const* local_api, IExecutionApi const* remote_api, gsl::not_null<TaskSystem*> const& ts, @@ -142,7 +139,6 @@ void ResolveFilePathTree( serve, native_storage_config, compat_storage_config, - compat_storage, local_api, remote_api, ws_setter, @@ -158,15 +154,13 @@ void ResolveFilePathTree( /*known_info=*/std::nullopt, source_cas, target_cas)}, - [resolve_symlinks_map, - critical_git_op_map, + [critical_git_op_map, tree_hash, tree_id_file, absent, serve, native_storage_config, compat_storage_config, - compat_storage, local_api, remote_api, ts, @@ -192,7 +186,6 @@ void ResolveFilePathTree( serve, native_storage_config, compat_storage_config, - compat_storage, local_api, remote_api, ws_setter, @@ -224,7 +217,6 @@ void ResolveFilePathTree( serve, native_storage_config, compat_storage_config, - compat_storage, local_api, remote_api, ws_setter, @@ -260,7 +252,6 @@ void ResolveFilePathTree( serve, native_storage_config, compat_storage_config, - compat_storage, local_api, remote_api, ws_setter, @@ -278,7 +269,6 @@ auto CreateFilePathGitMap( ServeApi const* serve, gsl::not_null<StorageConfig const*> const& native_storage_config, StorageConfig const* compat_storage_config, - Storage const* compat_storage, IExecutionApi const* local_api, IExecutionApi const* remote_api, std::size_t jobs, @@ -291,7 +281,6 @@ auto CreateFilePathGitMap( serve, native_storage_config, compat_storage_config, - compat_storage, local_api, remote_api, multi_repo_tool_name, @@ -333,7 +322,6 @@ auto CreateFilePathGitMap( serve, native_storage_config, compat_storage_config, - compat_storage, local_api, remote_api, ts, @@ -397,7 +385,6 @@ auto CreateFilePathGitMap( serve, native_storage_config, compat_storage_config, - compat_storage, local_api, remote_api, ts, @@ -423,7 +410,6 @@ auto CreateFilePathGitMap( serve, native_storage_config, compat_storage_config, - compat_storage, local_api, remote_api, ts, @@ -495,7 +481,6 @@ auto CreateFilePathGitMap( serve, native_storage_config, compat_storage_config, - compat_storage, local_api, remote_api, ts, @@ -524,7 +509,6 @@ auto CreateFilePathGitMap( serve, native_storage_config, compat_storage_config, - compat_storage, local_api, remote_api, ts, |