1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 21:21:31 +00:00

Delete unused variables and unreachable statements. #1834

This commit is contained in:
dmiller
2019-12-30 06:46:33 +00:00
parent 65450a0654
commit 02212559d2
6 changed files with 0 additions and 13 deletions

View File

@@ -161,7 +161,6 @@ def nsedoc_parse(text):
"list_item_end", "text", or "code". The types "text" and "code" have a text
member with the text that they contain."""
i = 0
j = 0
in_list = False
while i < len(text):