remove unused var
This commit is contained in:
parent
8993abbd98
commit
c590a913fa
|
@ -57,7 +57,6 @@ public class Sigar implements SigarProxy {
|
|||
// lastCpu is used to calculate the cpuPerc;
|
||||
private Cpu lastCpu;
|
||||
private Cpu[] lastCpuList;
|
||||
private static SigarProxy instance = null;
|
||||
|
||||
static {
|
||||
boolean loaded = false;
|
||||
|
|
Loading…
Reference in New Issue