From e876b37787526c22000197d6d4f2c00d65169bff Mon Sep 17 00:00:00 2001 From: dmiller Date: Mon, 26 Jul 2021 18:43:18 +0000 Subject: [PATCH] Remove an unused variable --- nmap.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/nmap.cc b/nmap.cc index c44c69f60..43a00a445 100644 --- a/nmap.cc +++ b/nmap.cc @@ -1777,7 +1777,6 @@ int nmap_main(int argc, char *argv[]) { int i; std::vector Targets; time_t now; - struct hostent *target = NULL; time_t timep; char mytime[128]; struct addrset *exclude_group;