LUCENE-701: remove unnecessary and confusing extra line

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@488854 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2006-12-19 23:41:22 +00:00
parent 30c8ce4f10
commit dc910bdc53
1 changed files with 0 additions and 1 deletions

View File

@ -634,7 +634,6 @@ public abstract class IndexReader {
// In the MultiReader case, we share this deleter
// across all SegmentReaders:
setDeleter(new IndexFileDeleter(segmentInfos, directory));
deleter.deleteFiles();
}
if(directoryOwner){