mirror of https://github.com/apache/lucene.git
remove dead code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1618130 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ca08459be9
commit
a25f04d4e7
|
@ -168,7 +168,6 @@ public final class NumericTokenStream extends TokenStream {
|
|||
} else {
|
||||
NumericUtils.intToPrefixCoded((int) value, shift, bytes);
|
||||
}
|
||||
bytes.get();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue