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:
Michael McCandless 2008-03-28 09:06:17 +00:00
parent 758e123591
commit 828333ab52
1 changed files with 0 additions and 1 deletions

View File

@ -573,7 +573,6 @@ final class DocumentsWriterThreadState {
last = fp0;
fp0 = fp0.next;
}
assert fp0 != null;
if (last == null)
fieldDataHash[hashPos] = fp.next;