Remove unused variables

This commit is contained in:
ADO 2017-05-24 13:57:31 +02:00
parent d2347f1726
commit eef2388bde
1 changed files with 1 additions and 6 deletions

View File

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