Skip to content

Commit

Permalink
Remove an unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Jul 26, 2021
1 parent f22816d commit e876b37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nmap.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e876b37

Please sign in to comment.