Remove the declaration of TimeseriesHistogram::getBucketIdx
authorChristopher Dykes <cdykes@fb.com>
Thu, 26 May 2016 17:10:47 +0000 (10:10 -0700)
committerFacebook Github Bot 3 <facebook-github-bot-3-bot@fb.com>
Thu, 26 May 2016 17:23:38 +0000 (10:23 -0700)
Summary: Because, as MSVC rightly tells us, it's not actually defined anywhere.

Reviewed By: yfeldblum

Differential Revision: D3347654

fbshipit-source-id: 2162bc745136ee0129caa4de78f38e1361083cd1

folly/stats/TimeseriesHistogram.h

index 4e7056a59777248e215cd7dbf6a7cd0e45137153..9aead54ea07dc55da0bffa317bd1c44e1407925f 100644 (file)
@@ -96,9 +96,6 @@ class TimeseriesHistogram {
   /* Return the number of buckets */
   int getNumBuckets() const { return buckets_.getNumBuckets(); }
 
-  /* Return the bucket index into which the given value would fall. */
-  int getBucketIdx(const ValueType& value) const;
-
   /*
    * Return the threshold of the bucket for the given index in range
    * [0..numBuckets).  The bucket will have range [thresh, thresh + bucketSize)