diff --git a/dependency-check-core/src/main/java/org/owasp/dependencycheck/data/update/task/CallableDownloadTask.java b/dependency-check-core/src/main/java/org/owasp/dependencycheck/data/update/task/CallableDownloadTask.java index 7b273be45..df4bf01bf 100644 --- a/dependency-check-core/src/main/java/org/owasp/dependencycheck/data/update/task/CallableDownloadTask.java +++ b/dependency-check-core/src/main/java/org/owasp/dependencycheck/data/update/task/CallableDownloadTask.java @@ -50,7 +50,6 @@ public class CallableDownloadTask implements Callable> { this.nvdCveInfo = nvdCveInfo; this.processorService = processor; this.cveDB = cveDB; - this.properties = cveDB.getDatabaseProperties(); final File file1; final File file2; @@ -66,10 +65,6 @@ public class CallableDownloadTask implements Callable> { this.second = file2; } - /** - * The DataStoreMeta information. - */ - private DatabaseProperties properties; /** * The CVE DB to use when processing the files. */