Delete unused code

This commit is contained in:
Tobias Schmidt 2017-02-28 16:36:35 -04:00
commit 1bd94074dd
5 changed files with 13 additions and 139 deletions

View file

@ -33,14 +33,6 @@ var (
edacMemCsrowRE = regexp.MustCompile(`.*devices/system/edac/mc/mc[0-9]*/csrow([0-9]*)`)
)
type edacMCMetric struct {
metricName string
metricType prometheus.ValueType
metricHelp string
memController string
value float64
}
type edacCollector struct {
ceCount *prometheus.Desc
ueCount *prometheus.Desc