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:
Shai Erera 2013-09-20 04:55:24 +00:00
parent 8fcd7a8245
commit 344d4357e3
1 changed files with 1 additions and 1 deletions

View File

@ -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();