Skip to content

Commit

Permalink
removed unused constants
Browse files Browse the repository at this point in the history
  • Loading branch information
wchrisjohnson committed May 25, 2017
1 parent 879331c commit e4c0d85
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions resource_librato_metric.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ import (
"github.com/henrikhodne/go-librato/librato"
)

// const (
// metricTypeCounter = "counter"
// metricTypeGauge = "gauge"
// metricTypeComposite = "composite"
// )

func resourceLibratoMetric() *schema.Resource {
return &schema.Resource{
Create: resourceLibratoMetricCreate,
Expand Down

0 comments on commit e4c0d85

Please sign in to comment.