Skip to content

Commit 4434901

Browse files
widorafaelweingartner
authored andcommitted
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>
1 parent 756a7e8 commit 4434901

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,6 @@ public class LibvirtComputingResource extends ServerResourceBase implements Serv
295295
s_powerStatesTable.put(DomainState.VIR_DOMAIN_SHUTDOWN, PowerState.PowerOff);
296296
}
297297

298-
protected List<String> _vmsKilled = new ArrayList<String>();
299-
300298
private VirtualRoutingResource _virtRouterResource;
301299

302300
private String _pingTestPath;
@@ -307,7 +305,6 @@ public class LibvirtComputingResource extends ServerResourceBase implements Serv
307305

308306
private long _dom0OvercommitMem;
309307

310-
protected boolean _disconnected = true;
311308
protected int _cmdsTimeout;
312309
protected int _stopTimeout;
313310
protected CPUStat _cpuStat = new CPUStat();

0 commit comments

Comments
 (0)