diff --git a/db/compaction_iterator.cc b/db/compaction_iterator.cc index 14be6e493..dcaf8ab0e 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;