remove unused
This commit is contained in:
parent
503298c5cd
commit
8c102842b7
|
@ -27,8 +27,6 @@ import org.hyperic.sigar.SigarProxyCache;
|
||||||
public class ProcessFinder {
|
public class ProcessFinder {
|
||||||
|
|
||||||
private SigarProxy proxy;
|
private SigarProxy proxy;
|
||||||
private static final long[] NO_MATCHES = new long[0];
|
|
||||||
private static final long[] ONE_MATCH = new long[1];
|
|
||||||
|
|
||||||
public ProcessFinder(SigarProxy proxy) {
|
public ProcessFinder(SigarProxy proxy) {
|
||||||
this.proxy = proxy;
|
this.proxy = proxy;
|
||||||
|
@ -86,12 +84,6 @@ public class ProcessFinder {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public long[] find(StringBuffer query)
|
|
||||||
throws SigarException, SigarNotImplementedException {
|
|
||||||
|
|
||||||
return find(query.toString());
|
|
||||||
}
|
|
||||||
|
|
||||||
public long[] find(String query)
|
public long[] find(String query)
|
||||||
throws SigarException, SigarNotImplementedException {
|
throws SigarException, SigarNotImplementedException {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue