diff options
Diffstat (limited to 'src/base')
-rw-r--r-- | src/base/statistics.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/base/statistics.hh b/src/base/statistics.hh index 13347b733..3c1a55623 100644 --- a/src/base/statistics.hh +++ b/src/base/statistics.hh @@ -1327,8 +1327,6 @@ class DistStor Counter max_track; /** The number of entries in each bucket. */ Counter bucket_size; - /** The number of buckets. Equal to (max-min)/bucket_size. */ - size_type buckets; /** The smallest value sampled. */ Counter min_val; |