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:
Robert Muir 2010-12-26 17:03:59 +00:00
parent 21db53c2a4
commit 7ae1f29704
1 changed files with 0 additions and 2 deletions

View File

@ -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();