diff options
Diffstat (limited to 'lib/hostthre.c')
-rw-r--r-- | lib/hostthre.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/hostthre.c b/lib/hostthre.c index b24cff562..8a5f67a17 100644 --- a/lib/hostthre.c +++ b/lib/hostthre.c @@ -487,8 +487,6 @@ Curl_addrinfo *Curl_getaddrinfo(struct connectdata *conn, int port, int *waitp) { - struct hostent *h = NULL; - struct SessionHandle *data = conn->data; struct in_addr in; *waitp = 0; /* default to synchronous response */ |