mirror of https://github.com/prometheus/prometheus
Merge pull request #3223 from alcortesm/dead-code-at-stats
util/stats: remove dead codepull/3158/merge
commit
e8ce37ad0d
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue