mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Remove unused variable. #1834
This commit is contained in:
parent
e01ddaf1e8
commit
ef52628bbc
1 changed files with 1 additions and 4 deletions
|
|
@ -506,10 +506,7 @@ class ScanInterface(HIGVBox):
|
|||
self.update_ui()
|
||||
|
||||
def collect_umit_info(self, command, parsed):
|
||||
profile = CommandProfile()
|
||||
profile_name = command.profile
|
||||
|
||||
parsed.profile_name = profile_name
|
||||
parsed.profile_name = command.profile
|
||||
parsed.nmap_command = command.command
|
||||
|
||||
def kill_all_scans(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue