This is an automated email from the ASF dual-hosted git repository.
rafael pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/master by this push:
new 4434901 cleanup: Remove unused variables (#2765)
4434901 is described below
commit 443490179cfd95756e7e6a0ba22ff1a6d636d1e5
Author: Wido den Hollander <[email protected]>
AuthorDate: Wed Jul 25 02:01:25 2018 +0200
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 <[email protected]>
---
.../com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java | 3 ---
1 file changed, 3 deletions(-)
diff --git
a/plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java
b/plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java
index 755dbaf..3983b18 100644
---
a/plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java
+++
b/plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java
@@ -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();