Commit 41cf1f40 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

Removed unused vars to avoid compiler warnings.

parent 6ad0acb6
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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 */