Skip to content

Commit

Permalink
refactor(compactor): remove useless code (risingwavelabs#8514)
Browse files Browse the repository at this point in the history
  • Loading branch information
soundOfDestiny committed Mar 14, 2023
1 parent 18b04a4 commit 53eaa24
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/storage/src/hummock/compactor/iterator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,6 @@ impl SstableStreamIterator {
}
}

if self.block_iter.is_none() {
// End of stream.
self.remaining_blocks = 0;
}

Ok(())
}

Expand Down

0 comments on commit 53eaa24

Please sign in to comment.