summaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/statistics.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/base/statistics.hh b/base/statistics.hh
index fc3252782..f71e24672 100644
--- a/base/statistics.hh
+++ b/base/statistics.hh
@@ -528,7 +528,6 @@ struct AvgStor
*/
void reset()
{
- current = T();
total = 0;
last = curTick;
}