From bcdd2a628b910674f8fdec80ad38d2f791b8c77a Mon Sep 17 00:00:00 2001 From: Eugene Livis Date: Fri, 20 Jan 2017 14:20:51 -0500 Subject: [PATCH] More cleanup --- .../src/org/sleuthkit/autopsy/keywordsearch/Index.java | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/Index.java b/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/Index.java index b8a76869b5..e979474352 100644 --- a/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/Index.java +++ b/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/Index.java @@ -55,16 +55,6 @@ class Index { String getSolrVersion() { return solrVersion; } - - /** - * @param true if all Index fields are set, false otherwise - */ - boolean isIndexDataPopulated() { - if (!this.indexPath.isEmpty() && !this.solrVersion.isEmpty() && !this.schemaVersion.isEmpty()) { - return true; - } - return false; - } /** * @return the newIndex