Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
Signed-off-by: Finn Carroll <carrofin@amazon.com>
  • Loading branch information
finnegancarroll committed Aug 2, 2024
1 parent 50b20a8 commit 71e189f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,7 @@ public PointValues.Relation compare(byte[] minPackedValue, byte[] maxPackedValue
if (!ranges.withinUpperBound(minPackedValue, activeIndex) && iterateRangeEnd(minPackedValue)) {
throw new CollectionTerminatedException();
}

// DOES THIS CONDITION EVER RUN?


// after the loop, min < upper
// cell could be outside [min max] lower
if (!ranges.withinLowerBound(maxPackedValue, activeIndex) && iterateRangeEnd(maxPackedValue)) {
Expand Down

0 comments on commit 71e189f

Please sign in to comment.