remove unused finder

This commit is contained in:
Doug MacEachern 2005-04-28 00:47:47 +00:00
parent d0c60802c4
commit 41a75d9253
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ public class Shell extends ShellBase {
private Sigar sigar = new Sigar();
private SigarProxy proxy = SigarProxyCache.newInstance(this.sigar);
private ProcessFinder finder = new ProcessFinder(this.proxy);
private long[] foundPids = new long[0];
private ArrayList completions = new ArrayList();
private boolean isInteractive = false;