threaded archive inflation for library mgmt

This commit is contained in:
Paul Davis 2022-09-13 13:53:39 -06:00
parent 4b25264db1
commit aeccb137fd
3 changed files with 97 additions and 20 deletions

View file

@ -467,10 +467,6 @@ FileArchive::do_extract (struct archive* a)
}
}
}
if (_req.mp.progress && rv == 0) {
// file i/o -- not URL
progress (_req.mp.length, _req.mp.length);
}
archive_read_close (a);
archive_read_free (a);