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;
|
// lastCpu is used to calculate the cpuPerc;
|
||||||
private Cpu lastCpu;
|
private Cpu lastCpu;
|
||||||
private Cpu[] lastCpuList;
|
private Cpu[] lastCpuList;
|
||||||
private static SigarProxy instance = null;
|
|
||||||
|
|
||||||
static {
|
static {
|
||||||
boolean loaded = false;
|
boolean loaded = false;
|
||||||
|
|
Loading…
Reference in New Issue