Skip to content

Commit

Permalink
Drop unused 'io' module logic
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Feb 13, 2024
1 parent cc9f7ee commit fcbbcc3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 260 deletions.
6 changes: 0 additions & 6 deletions aws-lc-rs/src/io.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@
#[doc(hidden)]
pub mod der;

#[cfg(feature = "alloc")]
mod writer;

#[cfg(feature = "alloc")]
pub(crate) mod der_writer;

pub(crate) mod positive;

pub use self::positive::Positive;
110 changes: 0 additions & 110 deletions aws-lc-rs/src/io/der_writer.rs

This file was deleted.

144 changes: 0 additions & 144 deletions aws-lc-rs/src/io/writer.rs

This file was deleted.

0 comments on commit fcbbcc3

Please sign in to comment.