LUCENE-3728: remove outdated nocommit, not relevant since we dont repack CFS on addindexes

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3661@1237822 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-01-30 17:37:17 +00:00
parent 4e620c58da
commit 8421cdfbb9
1 changed files with 0 additions and 2 deletions

View File

@ -4075,8 +4075,6 @@ public class IndexWriter implements Closeable, TwoPhaseCommit {
Collection<String> files = info.files();
CompoundFileDirectory cfsDir = new CompoundFileDirectory(directory, fileName, context, true);
try {
// nocommit: we could make a crappy regex like before...
// assert assertNoSeparateFiles(files, directory, info);
for (String file : files) {
directory.copy(cfsDir, file, file, context);
checkAbort.work(directory.fileLength(file));