Skip to content

Commit 3ec3b72

Browse files
committed
Minor
1 parent 00e2b40 commit 3ec3b72

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

slither/detectors/compiler_bugs/public_mapping_nested.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ def _detect(self):
7272
"""
7373
results = []
7474

75-
vulnerable_version = False
7675
if self.compilation_unit.solc_version >= "0.5.0":
7776
return []
7877

0 commit comments

Comments
 (0)