diff options
-rw-r--r-- | base/histogram.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/histogram.h b/base/histogram.h index 79de748..fa998f2 100644 --- a/base/histogram.h +++ b/base/histogram.h @@ -180,7 +180,6 @@ UMA_HISTOGRAM_ENUMERATION(name, under_one_hundred, 101) #define UMA_HISTOGRAM_ENUMERATION(name, sample, boundary_value) do { \ - DCHECK(sample < boundary_value); \ static scoped_refptr<Histogram> counter = LinearHistogram::FactoryGet( \ name, 1, boundary_value, boundary_value + 1, \ Histogram::kUmaTargetedHistogramFlag); \ |