Skip to content

Commit e9b43ca

Browse files
Remove remnant of previous implementation
1 parent 58dc47e commit e9b43ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cve_bin_tool/cve_scanner.py

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ def __init__(
5757
self.products_without_cve = 0
5858
self.all_cve_data = defaultdict(CVEData)
5959
self.all_cve_version_info = dict()
60-
self.all_cve_version_list = dict()
6160
self.check_exploits = check_exploits
6261
self.exploits_list = exploits_list
6362
self.disabled_sources = disabled_sources

0 commit comments

Comments
 (0)