Skip to content

Commit

Permalink
refactor(core): Remove range writer which never been used
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <github@xuanwo.io>
  • Loading branch information
Xuanwo committed Nov 14, 2024
1 parent 104727c commit dbf95bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 369 deletions.
4 changes: 0 additions & 4 deletions core/src/raw/oio/write/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ mod one_shot_write;
pub use one_shot_write::OneShotWrite;
pub use one_shot_write::OneShotWriter;

mod range_write;
pub use range_write::RangeWrite;
pub use range_write::RangeWriter;

mod block_write;
pub use block_write::BlockWrite;
pub use block_write::BlockWriter;
Expand Down
365 changes: 0 additions & 365 deletions core/src/raw/oio/write/range_write.rs

This file was deleted.

0 comments on commit dbf95bb

Please sign in to comment.