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:
parent
9d64ab7d5a
commit
c2d5f2ef98
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user