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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user