remove dead code

This commit is contained in:
Simon Willnauer 2015-02-23 20:55:01 +01:00
parent fd6c6058ce
commit 9700fe0367
1 changed files with 0 additions and 5 deletions

View File

@ -657,11 +657,6 @@ public class Store extends AbstractIndexShardComponent implements Closeable, Ref
}
/** Log that we are about to delete this file, to the index.store.deletes component. */
public void deleteFile(String msg, String storeFile) throws IOException {
directory.deleteFile(msg, storeFile);
}
/**
* Represents a snapshot of the current directory build from the latest Lucene commit.
* Only files that are part of the last commit are considered in this datastrucutre.