From 98f9a38d858a1674cfc10b689b360ca4498ce72a Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Tue, 21 Jan 2025 15:37:19 +0100 Subject: JustMr: FilePathGitMap: Remove unused arguments. --- src/other_tools/just_mr/setup.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/other_tools/just_mr') diff --git a/src/other_tools/just_mr/setup.cpp b/src/other_tools/just_mr/setup.cpp index 55aa328b..a265abee 100644 --- a/src/other_tools/just_mr/setup.cpp +++ b/src/other_tools/just_mr/setup.cpp @@ -382,9 +382,6 @@ auto MultiRepoSetup(std::shared_ptr const& config, &resolve_symlinks_map, serve ? &*serve : nullptr, &native_storage_config, - compat_storage_config != nullptr ? &*compat_storage_config : nullptr, - has_remote_api ? &*apis.local : nullptr, // only needed if remote given - has_remote_api ? &*apis.remote : nullptr, common_args.jobs, multi_repo_tool_name, common_args.just_path ? common_args.just_path->string() -- cgit v1.2.3