remove an unused variable

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150421 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Naber 2004-08-13 18:26:43 +00:00
parent d42dd740d6
commit c65cb9a931
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ public class WildcardTermEnum extends FilteredTermEnum {
String text = "";
String pre = "";
int preLen = 0;
boolean fieldMatch = false;
boolean endEnum = false;
/**