1
0
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:
dmiller
2021-07-26 18:43:18 +00:00
parent f22816da84
commit e876b37787

View File

@@ -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;