mirror of
https://github.com/Oxalide/vsphere-influxdb-go.git
synced 2023-10-10 13:36:51 +02:00
Remove unused variables
This commit is contained in:
parent
d2347f1726
commit
eef2388bde
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user