summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--base/metrics/histogram.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/base/metrics/histogram.cc b/base/metrics/histogram.cc
index 1d6f884..cbb8ce33 100644
--- a/base/metrics/histogram.cc
+++ b/base/metrics/histogram.cc
@@ -686,7 +686,6 @@ void Histogram::SampleSet::Accumulate(Sample value, Count count,
redundant_count_ += count;
DCHECK_GE(counts_[index], 0);
DCHECK_GE(sum_, 0);
- DCHECK_GE(square_sum_, 0);
DCHECK_GE(redundant_count_, 0);
}