singleipconnect: remove dead assignment never used

cppcheck pointed this out.
This commit is contained in:
Daniel Stenberg 2014-10-14 09:16:16 +02:00
parent 9d64ab7d5a
commit c2d5f2ef98
1 changed files with 1 additions and 1 deletions

View File

@ -988,7 +988,7 @@ singleipconnect(struct connectdata *conn,
bool isconnected = FALSE;
struct SessionHandle *data = conn->data;
curl_socket_t sockfd;
CURLcode res = CURLE_OK;
CURLcode res;
char ipaddress[MAX_IPADR_LEN];
long port;