diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2025-01-21 15:37:19 +0100 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2025-01-23 16:50:37 +0100 |
commit | 98f9a38d858a1674cfc10b689b360ca4498ce72a (patch) | |
tree | a7261fa9a0fcb8835a11c7d5c6f824247c4bcce8 /src/other_tools/just_mr | |
parent | f2958de8408c2af6bad936a8f0c9fbc355e9ea1f (diff) | |
download | justbuild-98f9a38d858a1674cfc10b689b360ca4498ce72a.tar.gz |
JustMr: FilePathGitMap: Remove unused arguments.
Diffstat (limited to 'src/other_tools/just_mr')
-rw-r--r-- | src/other_tools/just_mr/setup.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
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<Configuration> 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() |