utils/stats: remove dead code

This commit is contained in:
Alberto Cortés 2017-09-26 16:32:45 +02:00
parent 398fa4fd02
commit 2c9739162e
1 changed files with 0 additions and 1 deletions

View File

@ -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.