Delete unused code
This commit is contained in:
parent
a7da926abb
commit
1bd94074dd
5 changed files with 13 additions and 139 deletions
|
|
@ -29,10 +29,6 @@ import (
|
|||
"github.com/prometheus/common/log"
|
||||
)
|
||||
|
||||
const (
|
||||
hwMonSubsystem = "hwmon"
|
||||
)
|
||||
|
||||
var (
|
||||
hwmonInvalidMetricChars = regexp.MustCompile("[^a-z0-9:_]")
|
||||
hwmonFilenameFormat = regexp.MustCompile(`^(?P<type>[^0-9]+)(?P<id>[0-9]*)?(_(?P<property>.+))?$`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue