mirror of
https://github.com/apache/lucene.git
synced 2025-02-07 02:28:49 +00:00
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:
parent
30c8ce4f10
commit
dc910bdc53
@ -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){
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user