diff options
Diffstat (limited to 'src/other_tools/root_maps/content_git_map.cpp')
-rw-r--r-- | src/other_tools/root_maps/content_git_map.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/other_tools/root_maps/content_git_map.cpp b/src/other_tools/root_maps/content_git_map.cpp index 2e112927..b7e220b8 100644 --- a/src/other_tools/root_maps/content_git_map.cpp +++ b/src/other_tools/root_maps/content_git_map.cpp @@ -851,8 +851,6 @@ auto CreateContentGitMap( gsl::not_null<ContentCASMap*> const& content_cas_map, gsl::not_null<ImportToGitMap*> const& import_to_git_map, LocalPathsPtr const& just_mr_paths, - MirrorsPtr const& additional_mirrors, - CAInfoPtr const& ca_info, gsl::not_null<ResolveSymlinksMap*> const& resolve_symlinks_map, gsl::not_null<CriticalGitOpMap*> const& critical_git_op_map, ServeApi const* serve, @@ -866,8 +864,6 @@ auto CreateContentGitMap( resolve_symlinks_map, critical_git_op_map, just_mr_paths, - additional_mirrors, - ca_info, serve, native_storage_config, native_storage, @@ -985,8 +981,6 @@ auto CreateContentGitMap( import_to_git_map, resolve_symlinks_map, just_mr_paths, - additional_mirrors, - ca_info, serve, native_storage_config, native_storage, |