diff options
author | Guenter Knauf <lists@gknw.net> | 2010-07-29 05:20:43 +0200 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2010-07-29 05:20:43 +0200 |
commit | 41cf1f4090a8e7af85e0224cb54e3514bae5794b (patch) | |
tree | 6e81de9cd959c9bf48af887b5aecfc62f65f5167 /lib | |
parent | 6ad0acb608f6a6c56a5db1123cf9289df76b6f44 (diff) |
Removed unused vars to avoid compiler warnings.
Diffstat (limited to 'lib')
-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 */ |