From: Chris Laplante Date: Mon, 14 Sep 2020 15:33:20 +0000 (-0400) Subject: cve-update-db-native: remove unused variable X-Git-Tag: 2020-10-gatesgarth~219 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=790f8a5bfbd1851226fa5fc5b09e79f6396e747d;p=openembedded-core.git cve-update-db-native: remove unused variable Signed-off-by: Chris Laplante Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/meta/cve-update-db-native.bb b/meta/recipes-core/meta/cve-update-db-native.bb index 242fbc2f30..cf2b251e21 100644 --- a/meta/recipes-core/meta/cve-update-db-native.bb +++ b/meta/recipes-core/meta/cve-update-db-native.bb @@ -33,7 +33,6 @@ python do_fetch() { db_file = d.getVar("CVE_CHECK_DB_FILE") db_dir = os.path.dirname(db_file) - json_tmpfile = os.path.join(db_dir, 'nvd.json.gz') if os.path.exists("{0}-journal".format(db_file)): # If a journal is present the last update might have been interrupted. In that case,