From 0d1223d10057c563f019fd4699a82e0af9da9111 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Mon, 16 Dec 2024 13:37:08 +0100 Subject: Remove unneeded compat_storage --- src/other_tools/just_mr/fetch.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/other_tools/just_mr/fetch.cpp') diff --git a/src/other_tools/just_mr/fetch.cpp b/src/other_tools/just_mr/fetch.cpp index adae801f..ab56db41 100644 --- a/src/other_tools/just_mr/fetch.cpp +++ b/src/other_tools/just_mr/fetch.cpp @@ -527,7 +527,6 @@ auto MultiRepoFetch(std::shared_ptr const& config, serve ? &*serve : nullptr, &native_storage_config, compat_storage_config != nullptr ? &*compat_storage_config : nullptr, - compat_storage != nullptr ? &*compat_storage : nullptr, &(*apis.local), has_remote_api ? &*apis.remote : nullptr, fetch_args.backup_to_remote, -- cgit v1.2.3