remove unused var

This commit is contained in:
Doug MacEachern 2006-03-02 01:41:47 +00:00
parent 8993abbd98
commit c590a913fa
1 changed files with 0 additions and 1 deletions

View File

@ -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;