mirror of
https://github.com/apache/lucene.git
synced 2025-03-03 14:59:16 +00:00
remove dead code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1392516 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
26e87af090
commit
4e3d6a55a6
@ -847,9 +847,6 @@ final class BlockPostingsReader extends PostingsReaderBase {
|
||||
// if (DEBUG) {
|
||||
// System.out.println(" scan doc=" + accum + " docBufferUpto=" + docBufferUpto);
|
||||
// }
|
||||
if (docUpto == docFreq) {
|
||||
return doc = NO_MORE_DOCS;
|
||||
}
|
||||
accum += docDeltaBuffer[docBufferUpto];
|
||||
freq = freqBuffer[docBufferUpto];
|
||||
posPendingCount += freq;
|
||||
|
Loading…
x
Reference in New Issue
Block a user