Merge pull request #3223 from alcortesm/dead-code-at-stats

util/stats: remove dead code
This commit is contained in:
Tobias Schmidt 2017-09-26 17:39:53 +02:00 committed by GitHub
commit e8ce37ad0d

View file

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