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