8252551: JDK-8250630 causes build error on Win*

Reviewed-by: dsamersoff
This commit is contained in:
Daniel D. Daugherty 2020-08-30 12:20:59 -04:00
parent 09e86303ab
commit 02062b34ad

View File

@ -716,7 +716,6 @@ socketTransport_startListening(jdwpTransportEnv* env, const char* address,
char** actualAddress)
{
int err;
int pass;
struct addrinfo *addrInfo = NULL;
struct addrinfo *listenAddr = NULL;
struct addrinfo *ai = NULL;