mirror of https://github.com/apache/lucene.git
LUCENE-1247: remove always-true assert
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@642152 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
758e123591
commit
828333ab52
|
@ -573,7 +573,6 @@ final class DocumentsWriterThreadState {
|
||||||
last = fp0;
|
last = fp0;
|
||||||
fp0 = fp0.next;
|
fp0 = fp0.next;
|
||||||
}
|
}
|
||||||
assert fp0 != null;
|
|
||||||
|
|
||||||
if (last == null)
|
if (last == null)
|
||||||
fieldDataHash[hashPos] = fp.next;
|
fieldDataHash[hashPos] = fp.next;
|
||||||
|
|
Loading…
Reference in New Issue