diff --git a/util/stats/timer.go b/util/stats/timer.go index 461a10830..3d3ee7309 100644 --- a/util/stats/timer.go +++ b/util/stats/timer.go @@ -53,7 +53,6 @@ func (t *Timer) String() string { // A TimerGroup represents a group of timers relevant to a single query. type TimerGroup struct { timers map[fmt.Stringer]*Timer - child *TimerGroup } // NewTimerGroup constructs a new TimerGroup.