diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/other_tools/ops_maps/repo_fetch_map.cpp | 1 | ||||
-rw-r--r-- | src/other_tools/root_maps/content_git_map.cpp | 2 | ||||
-rw-r--r-- | src/other_tools/root_maps/distdir_git_map.cpp | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/src/other_tools/ops_maps/repo_fetch_map.cpp b/src/other_tools/ops_maps/repo_fetch_map.cpp index 885060ad..1cc663d7 100644 --- a/src/other_tools/ops_maps/repo_fetch_map.cpp +++ b/src/other_tools/ops_maps/repo_fetch_map.cpp @@ -47,7 +47,6 @@ auto CreateRepoFetchMap(gsl::not_null<ContentCASMap*> const& content_cas_map, [fetch_dir, content = key.archive.content, distfile, - origin = key.archive.origin, setter, logger]([[maybe_unused]] auto const& values) { // content is now in CAS, so copy content into fetch_dir diff --git a/src/other_tools/root_maps/content_git_map.cpp b/src/other_tools/root_maps/content_git_map.cpp index b652a5e1..524a59a4 100644 --- a/src/other_tools/root_maps/content_git_map.cpp +++ b/src/other_tools/root_maps/content_git_map.cpp @@ -146,7 +146,6 @@ auto CreateContentGitMap( content_id = key.archive.content, subdir = key.subdir, ignore_special = key.ignore_special, - origin = key.archive.origin, import_to_git_map, ts, setter, @@ -188,7 +187,6 @@ auto CreateContentGitMap( archive_tree_id_file, subdir, ignore_special, - origin, setter, logger](auto const& values) { // check for errors diff --git a/src/other_tools/root_maps/distdir_git_map.cpp b/src/other_tools/root_maps/distdir_git_map.cpp index 78539158..13a161aa 100644 --- a/src/other_tools/root_maps/distdir_git_map.cpp +++ b/src/other_tools/root_maps/distdir_git_map.cpp @@ -130,7 +130,6 @@ auto CreateDistdirGitMap( [distdir_tree_id_file, content_id = key.content_id, content_list = key.content_list, - origin = key.origin, ignore_special = key.ignore_special, import_to_git_map, ts, @@ -162,7 +161,6 @@ auto CreateDistdirGitMap( {std::move(c_info)}, [tmp_dir, // keep tmp_dir alive distdir_tree_id_file, - origin, ignore_special, setter, logger](auto const& values) { |