mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-05 02:55:31 +00:00
remove redundant comment
Signed-off-by: tommady <tommady@users.noreply.github.com>
This commit is contained in:
parent
74f681f2af
commit
04a531ee0d
@ -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))
|
||||
|
@ -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| {
|
||||
|
Loading…
x
Reference in New Issue
Block a user