Skip to content

Commit

Permalink
remove lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wenym1 committed Dec 25, 2024
1 parent b37d377 commit 0fb452c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ impl<St: BackfillRowStream> VnodeStream<St> {
}
}

#[expect(dead_code)]
pub(super) fn consume_builder(&mut self) -> Option<StreamChunk> {
self.data_chunk_builder.consume_all().map(|chunk| {
let ops = replace(
Expand All @@ -102,7 +101,6 @@ impl<St: BackfillRowStream> VnodeStream<St> {
})
}

#[expect(dead_code)]
pub(super) async fn for_vnode_pk_progress(
&mut self,
pk_indices: &[usize],
Expand Down

0 comments on commit 0fb452c

Please sign in to comment.