1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 20:29:03 +00:00

Remove an unused variable from scan_engine.cc.

This commit is contained in:
david
2009-07-20 15:35:52 +00:00
parent 1736dde56c
commit 00ae29389a

View File

@@ -3609,7 +3609,6 @@ static bool do_one_select_round(UltraScanInfo *USI, struct timeval *stime) {
u16 pport = 0;
reason_t current_reason = ER_NORESPONSE;
#ifdef LINUX
int res;
struct sockaddr_storage sin,sout;
struct sockaddr_in *s_in;
struct sockaddr_in6 *s_in6;