Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicexplorer committed Jul 17, 2024
1 parent 3259c5e commit bbee45b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions src/crc32.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,6 @@ pub(crate) mod non_crypto {
Err("Invalid checksum")
}
}

pub fn into_inner(self) -> R {
self.inner
}
}

impl<R: Read> Read for Crc32Reader<R> {
Expand Down
2 changes: 1 addition & 1 deletion src/write.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use crate::types::{
ffi, AesModeInfo, AesVendorVersion, DateTime, ZipFileData, ZipLocalEntryBlock, ZipRawValues,
MIN_VERSION,
};
use crate::unstable::read::{find_entry_content_range, ArchiveEntry, ZipEntry};
use crate::unstable::read::find_entry_content_range;
use crate::write::ffi::S_IFLNK;
#[cfg(any(feature = "_deflate-any", feature = "bzip2", feature = "zstd",))]
use core::num::NonZeroU64;
Expand Down

0 comments on commit bbee45b

Please sign in to comment.