Skip to content

Commit

Permalink
chore: remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
evenyag committed Feb 5, 2024
1 parent 8dd19ec commit 23ebcaa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/mito2/src/test_util/version_util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ impl VersionControlBuilder {
self.file_purger.clone()
}

pub(crate) fn memtable_builder(&self) -> MemtableBuilderRef {
self.memtable_builder.clone()
}

pub(crate) fn push_l0_file(&mut self, start_ms: i64, end_ms: i64) -> &mut Self {
let file_id = FileId::random();
self.files.insert(
Expand Down

0 comments on commit 23ebcaa

Please sign in to comment.