Skip to content

Commit 53eaa24

Browse files
refactor(compactor): remove useless code (risingwavelabs#8514)
1 parent 18b04a4 commit 53eaa24

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/storage/src/hummock/compactor/iterator.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,6 @@ impl SstableStreamIterator {
9797
}
9898
}
9999

100-
if self.block_iter.is_none() {
101-
// End of stream.
102-
self.remaining_blocks = 0;
103-
}
104-
105100
Ok(())
106101
}
107102

0 commit comments

Comments
 (0)