summaryrefslogtreecommitdiff
path: root/src/other_tools/just_mr
diff options
context:
space:
mode:
authorMaksim Denisov <denisov.maksim@huawei.com>2025-01-21 16:38:52 +0100
committerMaksim Denisov <denisov.maksim@huawei.com>2025-01-23 16:50:37 +0100
commit6d69b1297a92810dc9224b35a1f1ec098a159e84 (patch)
tree5bd1ea246041f06e8fcffba5e315356e506f11d3 /src/other_tools/just_mr
parent771a4fa61dde2999147d2b244ed21e23c2c45aac (diff)
downloadjustbuild-6d69b1297a92810dc9224b35a1f1ec098a159e84.tar.gz
JustMr: ContentGitMap: Remove unused arguments.
Diffstat (limited to 'src/other_tools/just_mr')
-rw-r--r--src/other_tools/just_mr/setup.cpp30
1 files changed, 13 insertions, 17 deletions
diff --git a/src/other_tools/just_mr/setup.cpp b/src/other_tools/just_mr/setup.cpp
index 07f74620..7626564f 100644
--- a/src/other_tools/just_mr/setup.cpp
+++ b/src/other_tools/just_mr/setup.cpp
@@ -347,23 +347,19 @@ auto MultiRepoSetup(std::shared_ptr<Configuration> const& config,
&progress,
common_args.jobs);
- auto content_git_map = CreateContentGitMap(
- &content_cas_map,
- &import_to_git_map,
- common_args.just_mr_paths,
- common_args.alternative_mirrors,
- common_args.ca_info,
- &resolve_symlinks_map,
- &critical_git_op_map,
- serve ? &*serve : nullptr,
- &native_storage_config,
- compat_storage_config != nullptr ? &*compat_storage_config : nullptr,
- &native_storage,
- has_remote_api ? &*apis.local : nullptr, // only needed if remote given
- has_remote_api ? &*apis.remote : nullptr,
- common_args.fetch_absent,
- &progress,
- common_args.jobs);
+ auto content_git_map = CreateContentGitMap(&content_cas_map,
+ &import_to_git_map,
+ common_args.just_mr_paths,
+ common_args.alternative_mirrors,
+ common_args.ca_info,
+ &resolve_symlinks_map,
+ &critical_git_op_map,
+ serve ? &*serve : nullptr,
+ &native_storage_config,
+ &native_storage,
+ common_args.fetch_absent,
+ &progress,
+ common_args.jobs);
auto foreign_file_git_map =
CreateForeignFileGitMap(&content_cas_map,