Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/filters
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18039/src/org/htmlparser/filters
Modified Files:
HasParentFilter.java
Log Message:
Remove unused variables and other fixes exposed by turning on compiler warnings.
Index: HasParentFilter.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/filters/HasParentFilter.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** HasParentFilter.java 17 Jul 2004 13:45:04 -0000 1.4
--- HasParentFilter.java 31 Jul 2004 16:42:34 -0000 1.5
***************
*** 29,33 ****
import org.htmlparser.Node;
import org.htmlparser.NodeFilter;
- import org.htmlparser.util.NodeList;
/**
--- 29,32 ----
***************
*** 57,61 ****
{
Node parent;
- NodeList children;
boolean ret;
--- 56,59 ----
|