mirror of https://github.com/apache/lucene.git
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:
parent
0264adadaa
commit
701d8d0dfd
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue