]> code.ossystems Code Review - openembedded-core.git/commitdiff
cve-update-db-native: remove unused variable
authorChris Laplante <chris.laplante@agilent.com>
Mon, 14 Sep 2020 15:33:20 +0000 (11:33 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 14 Sep 2020 21:45:09 +0000 (22:45 +0100)
Signed-off-by: Chris Laplante <chris.laplante@agilent.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/meta/cve-update-db-native.bb

index 242fbc2f30b3296d96e856573e9f161076f514a7..cf2b251e21a48eb5a69b559cfdb403edb21ad1a2 100644 (file)
@@ -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,