1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 13:11:28 +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

@@ -374,7 +374,6 @@ class OptionTab(object):
return label_widget, option_list_widget
def __parse_option_check(self, option_check):
arg_type = option_check.getAttribute(u'arg_type')
option = option_check.getAttribute(u'option')
label = _(option_check.getAttribute(u'label'))
short_desc = _(option_check.getAttribute(u'short_desc'))