summaryrefslogtreecommitdiff
path: root/src/other_tools/root_maps/root_utils.hpp
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2024-12-16 13:37:08 +0100
committerOliver Reiche <oliver.reiche@huawei.com>2024-12-19 16:17:46 +0100
commit0d1223d10057c563f019fd4699a82e0af9da9111 (patch)
tree0771e45bbf0cd1b37744595affcd0ba71eb29da1 /src/other_tools/root_maps/root_utils.hpp
parent0042c50301d2e959e9e7487f0f4ab37cef245979 (diff)
downloadjustbuild-0d1223d10057c563f019fd4699a82e0af9da9111.tar.gz
Remove unneeded compat_storage
Diffstat (limited to 'src/other_tools/root_maps/root_utils.hpp')
-rw-r--r--src/other_tools/root_maps/root_utils.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/other_tools/root_maps/root_utils.hpp b/src/other_tools/root_maps/root_utils.hpp
index 17e1868d..2ba8b5ef 100644
--- a/src/other_tools/root_maps/root_utils.hpp
+++ b/src/other_tools/root_maps/root_utils.hpp
@@ -24,7 +24,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"
/// \brief Calls the ServeApi to check whether the serve endpoint has the given
/// tree available to build against.
@@ -70,7 +69,6 @@
std::filesystem::path const& repo_path,
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,
AsyncMapConsumerLoggerPtr const& logger,