Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ADO committed May 24, 2017
1 parent d2347f1 commit eef2388
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions vsphere-influxdb.go
Expand Up @@ -77,9 +77,6 @@ type MetricDef struct {
Key int32
}

var vmRefs []types.ManagedObjectReference
var debug bool

// Metric is used for metrics retrieval
type Metric struct {
ObjectType []string
Expand All @@ -100,9 +97,7 @@ type EntityQuery struct {
Metrics []int32
}

// A few global variables
var dependencies = []string{}

var debug bool
var stdlog, errlog *log.Logger

// Connect to the actual vCenter connection used to query data
Expand Down

0 comments on commit eef2388

Please sign in to comment.