mirror of
https://github.com/curl/curl.git
synced 2026-04-15 21:11:41 +03:00
singleipconnect: remove dead assignment never used
cppcheck pointed this out.
This commit is contained in:
parent
9d64ab7d5a
commit
c2d5f2ef98
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue