Removed unused vars to avoid compiler warnings.

This commit is contained in:
Guenter Knauf 2010-07-29 05:20:43 +02:00
parent 6ad0acb608
commit 41cf1f4090
1 changed files with 0 additions and 2 deletions

View File

@ -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 */