remove redundant comment

Signed-off-by: tommady <tommady@users.noreply.github.com>
This commit is contained in:
tommady 2025-05-06 10:35:35 +00:00
parent 74f681f2af
commit 04a531ee0d
No known key found for this signature in database
GPG Key ID: 175B664929DF2F2F
2 changed files with 1 additions and 2 deletions

View File

@ -32,6 +32,7 @@ Categories Used:
### Bug Fixes
- Fix 7z BadSignature error when compressing and then listing [\#819](https://github.com/ouch-org/ouch/pull/819) ([tommady](https://github.com/tommady))
### Tweaks
- Make `.bz3` opt-out [\#814](https://github.com/ouch-org/ouch/pull/814) ([amyspark](https://github.com/amyspark))

View File

@ -175,8 +175,6 @@ pub fn list_archive<R>(reader: R, password: Option<&[u8]>) -> Result<impl Iterat
where
R: Read + Seek,
{
// let reader = fs::File::open(archive_path)?;
let mut files = Vec::new();
let entry_extract_fn = |entry: &SevenZArchiveEntry, _: &mut dyn Read, _: &PathBuf| {