| Index: base/metrics/sample_map.cc
|
| diff --git a/base/metrics/sample_map.cc b/base/metrics/sample_map.cc
|
| index 9bd78e738e3f4b8506ffbe20ffa44f5ffa907583..42468cb57f31816fa6a5fbd0c2c5e734a86c6773 100644
|
| --- a/base/metrics/sample_map.cc
|
| +++ b/base/metrics/sample_map.cc
|
| @@ -44,11 +44,6 @@ scoped_ptr<SampleCountIterator> SampleMap::Iterator() const {
|
| return scoped_ptr<SampleCountIterator>(new SampleMapIterator(sample_counts_));
|
| }
|
|
|
| -void SampleMap::ResetRedundantCount(Count count) {
|
| - IncreaseRedundantCount(-redundant_count());
|
| - IncreaseRedundantCount(count);
|
| -}
|
| -
|
| bool SampleMap::AddSubtractImpl(SampleCountIterator* iter,
|
| HistogramSamples::Operator op) {
|
| Sample min;
|
|
|