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/commit_git_map.hpp | |
parent | 0042c50301d2e959e9e7487f0f4ab37cef245979 (diff) | |
download | justbuild-0d1223d10057c563f019fd4699a82e0af9da9111.tar.gz |
Remove unneeded compat_storage
Diffstat (limited to 'src/other_tools/root_maps/commit_git_map.hpp')
-rw-r--r-- | src/other_tools/root_maps/commit_git_map.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/other_tools/root_maps/commit_git_map.hpp b/src/other_tools/root_maps/commit_git_map.hpp index 5298caf7..304f37b6 100644 --- a/src/other_tools/root_maps/commit_git_map.hpp +++ b/src/other_tools/root_maps/commit_git_map.hpp @@ -28,7 +28,6 @@ #include "src/buildtool/multithreading/async_map_consumer.hpp" #include "src/buildtool/serve_api/remote/serve_api.hpp" #include "src/buildtool/storage/config.hpp" -#include "src/buildtool/storage/storage.hpp" #include "src/other_tools/just_mr/mirrors.hpp" #include "src/other_tools/just_mr/progress_reporting/progress.hpp" #include "src/other_tools/ops_maps/critical_git_op_map.hpp" @@ -88,7 +87,6 @@ using CommitGitMap = ServeApi const* serve, gsl::not_null<StorageConfig const*> const& native_storage_config, StorageConfig const* compat_storage_config, - Storage const* compat_storage, gsl::not_null<IExecutionApi const*> const& local_api, IExecutionApi const* remote_api, bool fetch_absent, |