Browse Source

ERR: Remove warning

Andy Cedilnik 22 years ago
parent
commit
3bb2f6f655
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/CTest/Curl/connect.c

+ 0 - 1
Source/CTest/Curl/connect.c

@@ -209,7 +209,6 @@ static CURLcode bindlocal(struct connectdata *conn,
   if (strlen(data->set.device)<255) {
     struct sockaddr_in sa;
     struct Curl_dns_entry *h=NULL;
-    size_t size;
     char myhost[256] = "";
     in_addr_t in;