mirror of
https://github.com/curl/curl.git
synced 2026-07-23 22:07:18 +03:00
Removed unused vars to avoid compiler warnings.
This commit is contained in:
parent
6ad0acb608
commit
41cf1f4090
1 changed files with 0 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue