mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Remove an unused variable
This commit is contained in:
1
nmap.cc
1
nmap.cc
@@ -1777,7 +1777,6 @@ int nmap_main(int argc, char *argv[]) {
|
|||||||
int i;
|
int i;
|
||||||
std::vector<Target *> Targets;
|
std::vector<Target *> Targets;
|
||||||
time_t now;
|
time_t now;
|
||||||
struct hostent *target = NULL;
|
|
||||||
time_t timep;
|
time_t timep;
|
||||||
char mytime[128];
|
char mytime[128];
|
||||||
struct addrset *exclude_group;
|
struct addrset *exclude_group;
|
||||||
|
|||||||
Reference in New Issue
Block a user