Remove stale TODO (#4800)

Summary:
This TODO was already addressed, but I forgot to remove it
before landing the PR it came from.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/4800

Differential Revision: D13522284

Pulled By: abhimadan

fbshipit-source-id: 7766bc4f5b54e47d355cf26137ef5e86c604472a
main
Abhishek Madan 6 years ago committed by Facebook Github Bot
parent 71a69d9b68
commit 8bf73208a4
  1. 2
      db/range_del_aggregator.cc

@ -470,8 +470,6 @@ CompactionRangeDelAggregator::NewIterator(const Slice* lower_bound,
new TruncatedRangeDelMergingIter(icmp_, lower_bound, upper_bound,
upper_bound_inclusive, parent_iters_));
// TODO: add tests where tombstone fragments can be outside of upper and lower
// bound range
auto fragmented_tombstone_list =
std::make_shared<FragmentedRangeTombstoneList>(
std::move(merging_iter), *icmp_, true /* for_compaction */,

Loading…
Cancel
Save