mirror of https://github.com/apache/lucene.git
LUCENE-5189: remove leftover
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1524901 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8fcd7a8245
commit
344d4357e3
|
@ -504,7 +504,7 @@ class ReadersAndLiveDocs { // TODO (DVU_RENAME) to ReaderAndUpdates
|
|||
if (hasFieldUpdates) {
|
||||
info.advanceDocValuesGen();
|
||||
// copy all the updates to mergingUpdates, so they can later be applied to the merged segment
|
||||
if (isMerging || true) {
|
||||
if (isMerging) {
|
||||
copyUpdatesToMerging();
|
||||
}
|
||||
numericUpdates.clear();
|
||||
|
|
Loading…
Reference in New Issue