Browse Source

utils/stats: remove dead code

pull/3223/head
Alberto Cortés 7 years ago
parent
commit
2c9739162e
  1. 1
      util/stats/timer.go

1
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. // A TimerGroup represents a group of timers relevant to a single query.
type TimerGroup struct { type TimerGroup struct {
timers map[fmt.Stringer]*Timer timers map[fmt.Stringer]*Timer
child *TimerGroup
} }
// NewTimerGroup constructs a new TimerGroup. // NewTimerGroup constructs a new TimerGroup.

Loading…
Cancel
Save