Skip to content

Commit

Permalink
chore: remove stream lru dead code (risingwavelabs#16669)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhao-su authored May 11, 2024
1 parent 228b9e8 commit 156a247
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 160 deletions.
159 changes: 0 additions & 159 deletions src/common/estimate_size/src/collections/lru.rs

This file was deleted.

1 change: 0 additions & 1 deletion src/common/estimate_size/src/collections/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ use std::ops::{Deref, DerefMut};

use super::{EstimateSize, KvSize};

pub mod lru;
pub mod vecdeque;
pub use vecdeque::EstimatedVecDeque;
pub mod hashmap;
Expand Down

0 comments on commit 156a247

Please sign in to comment.