Remove obsolet deleteFile call in Store

This commit is contained in:
Simon Willnauer 2015-02-13 10:18:52 +01:00
parent 8c0ea251f7
commit 8dad914a1c
1 changed files with 0 additions and 1 deletions

View File

@ -556,7 +556,6 @@ public class Store extends AbstractIndexShardComponent implements Closeable, Ref
if (!sourceMetaData.contains(existingFile) && !Store.isChecksum(existingFile)) {
try {
dir.deleteFile(reason, existingFile);
dir.deleteFile(existingFile);
} catch (Exception e) {
// ignore, we don't really care, will get deleted later on
}