mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-22 12:46:36 +00:00
Remove unused nameTableLookuper
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
This commit is contained in:
@@ -6,11 +6,6 @@ import (
|
|||||||
"strconv"
|
"strconv"
|
||||||
)
|
)
|
||||||
|
|
||||||
type nameTableLookuper interface {
|
|
||||||
LookupName() string
|
|
||||||
LookupHelp() string
|
|
||||||
}
|
|
||||||
|
|
||||||
func (p *perfObjectType) LookupName() string {
|
func (p *perfObjectType) LookupName() string {
|
||||||
return CounterNameTable.LookupString(p.ObjectNameTitleIndex)
|
return CounterNameTable.LookupString(p.ObjectNameTitleIndex)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user