Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
removes unreferenced Label struct from the plugin pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
jcooklin authored and pittma committed Nov 18, 2015
1 parent 47136a3 commit 6e19db6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions control/plugin/metric.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,6 @@ func NewPluginConfigType() PluginConfigType {
}
}

type Label struct {
Index int `json:"index"`
Name string `json:"name"`
}

// Represents a metric type. Only used within plugins and across plugin calls.
// Converted to core.MetricType before being used within modules.
type PluginMetricType struct {
Expand Down

0 comments on commit 6e19db6

Please sign in to comment.