Skip to content

Commit b729ea7

Browse files
committed
iter
1 parent 5f94725 commit b729ea7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lucene/core/src/java/org/apache/lucene/search/TermScorer.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,6 @@ public void nextDocsAndScores(int upTo, Bits liveDocs, DocAndScoreBuffer buffer)
134134
docAndFreqBuffer = new DocAndFreqBuffer();
135135
}
136136

137-
if (impactsDisi != null) {
138-
impactsDisi.ensureCompetitive();
139-
}
140-
141137
for (; ; ) {
142138
if (impactsDisi != null) {
143139
impactsDisi.ensureCompetitive();

0 commit comments

Comments
 (0)