Removed unused vars to avoid compiler warnings.
This commit is contained in:
parent
6ad0acb608
commit
41cf1f4090
@ -487,8 +487,6 @@ Curl_addrinfo *Curl_getaddrinfo(struct connectdata *conn,
|
|||||||
int port,
|
int port,
|
||||||
int *waitp)
|
int *waitp)
|
||||||
{
|
{
|
||||||
struct hostent *h = NULL;
|
|
||||||
struct SessionHandle *data = conn->data;
|
|
||||||
struct in_addr in;
|
struct in_addr in;
|
||||||
|
|
||||||
*waitp = 0; /* default to synchronous response */
|
*waitp = 0; /* default to synchronous response */
|
||||||
|
Loading…
Reference in New Issue
Block a user