removed unused constants

This commit is contained in:
Chris Johnson 2017-05-25 14:26:55 -04:00
parent e6b4dc9b42
commit 527d79aa3c
1 changed files with 0 additions and 6 deletions

View File

@ -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,