mirror of
https://github.com/prometheus/prometheus
synced 2025-02-03 13:43:24 +00:00
utils/stats: remove dead code
This commit is contained in:
parent
398fa4fd02
commit
2c9739162e
@ -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
Block a user