remove unused imports

This commit is contained in:
Doug MacEachern 2007-04-22 03:13:07 +00:00
parent 845bac4c29
commit a6a44e183a
1 changed files with 0 additions and 3 deletions

View File

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