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
|
@ -126,8 +126,6 @@ final class DocInverterPerField extends DocFieldConsumerPerField {
|
|||
|
||||
// reset the TokenStream to the first token
|
||||
stream.reset();
|
||||
|
||||
final int startLength = fieldState.length;
|
||||
|
||||
try {
|
||||
boolean hasMoreTokens = stream.incrementToken();
|
||||
|
|
Loading…
Reference in New Issue