Skip to content

Commit

Permalink
Delete dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmcsherry committed Dec 6, 2023
1 parent eca43dd commit 41fc7a8
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 1,394 deletions.
139 changes: 0 additions & 139 deletions src/trace/cursor/cursor_pair.rs

This file was deleted.

2 changes: 0 additions & 2 deletions src/trace/cursor/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
//! both because it allows navigation on multiple levels (key and val), but also because it
//! supports efficient seeking (via the `seek_key` and `seek_val` methods).

// pub mod cursor_list;
// pub mod cursor_pair;
pub mod cursor_list;

pub use self::cursor_list::CursorList;
Expand Down
1 change: 0 additions & 1 deletion src/trace/implementations/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ pub(crate) mod merge_batcher_col;

pub use self::merge_batcher::MergeBatcher as Batcher;

// pub mod ord;
pub mod ord_neu;
pub mod rhh;
pub mod huffman_container;
Expand Down
Loading

0 comments on commit 41fc7a8

Please sign in to comment.