mirror of https://github.com/apache/lucene.git
remove dead code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1052916 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
21db53c2a4
commit
7ae1f29704
|
@ -127,8 +127,6 @@ final class DocInverterPerField extends DocFieldConsumerPerField {
|
||||||
// reset the TokenStream to the first token
|
// reset the TokenStream to the first token
|
||||||
stream.reset();
|
stream.reset();
|
||||||
|
|
||||||
final int startLength = fieldState.length;
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
boolean hasMoreTokens = stream.incrementToken();
|
boolean hasMoreTokens = stream.incrementToken();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue