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:
Simon Willnauer 2011-06-28 11:06:09 +00:00
parent 4a0ca45b4d
commit 0afcbd7625
1 changed files with 0 additions and 4 deletions

View File

@ -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) {