From: Guenter Knauf Date: Thu, 29 Jul 2010 03:20:43 +0000 (+0200) Subject: Removed unused vars to avoid compiler warnings. X-Git-Tag: curl-7_21_1~72 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=41cf1f4090a8e7af85e0224cb54e3514bae5794b;p=thirdparty%2Fcurl.git Removed unused vars to avoid compiler warnings. --- diff --git a/lib/hostthre.c b/lib/hostthre.c index b24cff5627..8a5f67a174 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 */