1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

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

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;