diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-07-19 16:32:38 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-08-07 17:01:00 +0200 |
commit | 6fc79fa140cff9adab664f7fdd8fc81309ee5762 (patch) | |
tree | 224b3e7bcd15380569ce7497a05442e1296845e9 /src/other_tools/ops_maps/repo_fetch_map.cpp | |
parent | 10501d91b4d7268c9a123eebb28e42ac3aff688e (diff) | |
download | justbuild-6fc79fa140cff9adab664f7fdd8fc81309ee5762.tar.gz |
just-mr maps: Clean up remnants from progress reporting rework
Diffstat (limited to 'src/other_tools/ops_maps/repo_fetch_map.cpp')
-rw-r--r-- | src/other_tools/ops_maps/repo_fetch_map.cpp | 1 |
1 files changed, 0 insertions, 1 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 |