diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-02-10 13:43:47 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-02-10 15:19:10 +0100 |
commit | 9f270cf4acc3c2b1db4ae76cfc34a162b19f3d1e (patch) | |
tree | 7f5bcdf92e0a8f024a46a302e4fc3fc7041ad168 /src/other_tools/just_mr | |
parent | d7c7096bce17d810a4534164bf39159a401f5a0d (diff) | |
download | justbuild-9f270cf4acc3c2b1db4ae76cfc34a162b19f3d1e.tar.gz |
content_git_map: remove unused parameters
Diffstat (limited to 'src/other_tools/just_mr')
-rw-r--r-- | src/other_tools/just_mr/setup.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/other_tools/just_mr/setup.cpp b/src/other_tools/just_mr/setup.cpp index 7626564f..e382ddbc 100644 --- a/src/other_tools/just_mr/setup.cpp +++ b/src/other_tools/just_mr/setup.cpp @@ -350,8 +350,6 @@ auto MultiRepoSetup(std::shared_ptr<Configuration> const& config, 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, |