LUCENE-5263: remove extra deleter.checkpoint

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1530741 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2013-10-09 18:11:25 +00:00
parent 1f2109e321
commit 52e63ba951
1 changed files with 0 additions and 1 deletions

View File

@ -561,7 +561,6 @@ public class IndexWriter implements Closeable, TwoPhaseCommit{
// do here: it was done previously (after we
// invoked BDS.applyDeletes), whereas here all we
// did was move the state to disk:
deleter.checkpoint(segmentInfos, false);
checkpointNoSIS();
// we wrote field updates, reopen the reader