mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Remove an unused variable
This commit is contained in:
parent
f22816da84
commit
e876b37787
1 changed files with 0 additions and 1 deletions
1
nmap.cc
1
nmap.cc
|
|
@ -1777,7 +1777,6 @@ int nmap_main(int argc, char *argv[]) {
|
|||
int i;
|
||||
std::vector<Target *> Targets;
|
||||
time_t now;
|
||||
struct hostent *target = NULL;
|
||||
time_t timep;
|
||||
char mytime[128];
|
||||
struct addrset *exclude_group;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue