remove unused finder
This commit is contained in:
parent
d0c60802c4
commit
41a75d9253
|
@ -33,7 +33,6 @@ public class Shell extends ShellBase {
|
||||||
|
|
||||||
private Sigar sigar = new Sigar();
|
private Sigar sigar = new Sigar();
|
||||||
private SigarProxy proxy = SigarProxyCache.newInstance(this.sigar);
|
private SigarProxy proxy = SigarProxyCache.newInstance(this.sigar);
|
||||||
private ProcessFinder finder = new ProcessFinder(this.proxy);
|
|
||||||
private long[] foundPids = new long[0];
|
private long[] foundPids = new long[0];
|
||||||
private ArrayList completions = new ArrayList();
|
private ArrayList completions = new ArrayList();
|
||||||
private boolean isInteractive = false;
|
private boolean isInteractive = false;
|
||||||
|
|
Loading…
Reference in New Issue