diff options
Diffstat (limited to 'base/metrics')
-rw-r--r-- | base/metrics/histogram.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/metrics/histogram.cc b/base/metrics/histogram.cc index 2003f25..729e3b9 100644 --- a/base/metrics/histogram.cc +++ b/base/metrics/histogram.cc @@ -614,7 +614,6 @@ Count Histogram::SampleSet::TotalCount() const { ++it) { total += *it; } - DCHECK_EQ(total, redundant_count_); return total; } |