remove a deprecated/unused field

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@824797 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2009-10-13 14:50:57 +00:00
parent 0264adadaa
commit 701d8d0dfd
1 changed files with 0 additions and 2 deletions

View File

@ -33,8 +33,6 @@ public class SpanScorer extends Scorer {
protected byte[] norms;
protected float value;
/** @deprecated not needed anymore */
protected boolean firstTime = true;
protected boolean more = true;
protected int doc;