mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	cleanup: Remove unused variables (#2765)
Found some variables throughout the code which are not being used. They can be removed. Signed-off-by: Wido den Hollander <wido@widodh.nl>
This commit is contained in:
		
							parent
							
								
									756a7e89cb
								
							
						
					
					
						commit
						443490179c
					
				| @ -295,8 +295,6 @@ public class LibvirtComputingResource extends ServerResourceBase implements Serv | ||||
|         s_powerStatesTable.put(DomainState.VIR_DOMAIN_SHUTDOWN, PowerState.PowerOff); | ||||
|     } | ||||
| 
 | ||||
|     protected List<String> _vmsKilled = new ArrayList<String>(); | ||||
| 
 | ||||
|     private VirtualRoutingResource _virtRouterResource; | ||||
| 
 | ||||
|     private String _pingTestPath; | ||||
| @ -307,7 +305,6 @@ public class LibvirtComputingResource extends ServerResourceBase implements Serv | ||||
| 
 | ||||
|     private long _dom0OvercommitMem; | ||||
| 
 | ||||
|     protected boolean _disconnected = true; | ||||
|     protected int _cmdsTimeout; | ||||
|     protected int _stopTimeout; | ||||
|     protected CPUStat _cpuStat = new CPUStat(); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user