mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Remove an unused variable from scan_engine.cc.
This commit is contained in:
parent
1736dde56c
commit
00ae29389a
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue