remove unused imports
This commit is contained in:
parent
845bac4c29
commit
a6a44e183a
|
@ -20,9 +20,6 @@ package org.hyperic.sigar.ptql;
|
||||||
|
|
||||||
import org.hyperic.sigar.Sigar;
|
import org.hyperic.sigar.Sigar;
|
||||||
import org.hyperic.sigar.SigarException;
|
import org.hyperic.sigar.SigarException;
|
||||||
import org.hyperic.sigar.SigarNotImplementedException;
|
|
||||||
import org.hyperic.sigar.SigarProxy;
|
|
||||||
import org.hyperic.sigar.SigarProxyCache;
|
|
||||||
|
|
||||||
public class SigarProcessQuery implements ProcessQuery {
|
public class SigarProcessQuery implements ProcessQuery {
|
||||||
int sigarWrapper = 0; //holds the sigar_ptql_query_t *
|
int sigarWrapper = 0; //holds the sigar_ptql_query_t *
|
||||||
|
|
Loading…
Reference in New Issue