mirror of https://github.com/apache/lucene.git
removed unnecessary / unused ctor on VarStraightBytesImpl
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1140521 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4a0ca45b4d
commit
0afcbd7625
|
@ -56,10 +56,6 @@ class VarStraightBytesImpl {
|
||||||
bytesUsed.addAndGet(RamUsageEstimator.NUM_BYTES_INT);
|
bytesUsed.addAndGet(RamUsageEstimator.NUM_BYTES_INT);
|
||||||
}
|
}
|
||||||
|
|
||||||
public Writer(Directory dir, String id) throws IOException {
|
|
||||||
this(dir, id, new AtomicLong());
|
|
||||||
}
|
|
||||||
|
|
||||||
// Fills up to but not including this docID
|
// Fills up to but not including this docID
|
||||||
private void fill(final int docID) {
|
private void fill(final int docID) {
|
||||||
if (docID >= docToAddress.length) {
|
if (docID >= docToAddress.length) {
|
||||||
|
|
Loading…
Reference in New Issue