Skip to content

Commit

Permalink
Removed dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCappelletti94 committed Sep 20, 2024
1 parent e781b31 commit baa1984
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 38 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ mod precisions;
mod registers;
pub mod sketches;
pub mod utils;
mod naive_integer_hash;

#[cfg(feature = "serde")]
pub mod serde;
Expand All @@ -36,5 +35,4 @@ pub mod prelude {
pub use crate::sketches::*;
pub use crate::utils::*;
pub use core::ops::{BitOr, BitOrAssign};
pub use crate::naive_integer_hash::NaiveIntegerHash;
}
36 changes: 0 additions & 36 deletions src/naive_integer_hash.rs

This file was deleted.

0 comments on commit baa1984

Please sign in to comment.