From 04a531ee0d56b6dada259c2a1585270b1dabd2da Mon Sep 17 00:00:00 2001 From: tommady Date: Tue, 6 May 2025 10:35:35 +0000 Subject: [PATCH] remove redundant comment Signed-off-by: tommady --- CHANGELOG.md | 1 + src/archive/sevenz.rs | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5186bdf..46d30df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/src/archive/sevenz.rs b/src/archive/sevenz.rs index e5266ee..f741b78 100644 --- a/src/archive/sevenz.rs +++ b/src/archive/sevenz.rs @@ -175,8 +175,6 @@ pub fn list_archive(reader: R, password: Option<&[u8]>) -> Result