diff --git a/db/compaction_iterator.cc b/db/compaction_iterator.cc index 14be6e4935e0b7890353b22dd2dad39cba9eb11a..dcaf8ab0e969655928c80b778e8a5a947f8c0125 100644 --- a/db/compaction_iterator.cc +++ b/db/compaction_iterator.cc @@ -310,7 +310,6 @@ void CompactionIterator::NextFromInput() { // to know that a write happened in this snapshot (Rule 2 above). // Clear the value and output the SingleDelete. (The value will be // outputted on the next iteration.) - ++iter_stats_.num_record_drop_hidden; // Setting valid_ to true will output the current SingleDelete valid_ = true;