From 41cf1f4090a8e7af85e0224cb54e3514bae5794b Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Thu, 29 Jul 2010 05:20:43 +0200 Subject: [PATCH] Removed unused vars to avoid compiler warnings. --- lib/hostthre.c | 2 -- 1 file changed, 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 */