mirror of
https://github.com/curl/curl.git
synced 2026-04-24 23:02:13 +03:00
asyn-thrdd: drop redundant result check
Pointed out by GitHub Code Quality Closes #21415
This commit is contained in:
parent
ed3fea6087
commit
bfc0cb42fb
1 changed files with 0 additions and 2 deletions
|
|
@ -627,8 +627,6 @@ CURLcode Curl_async_getaddrinfo(struct Curl_easy *data,
|
|||
if(result)
|
||||
goto out;
|
||||
}
|
||||
if(result)
|
||||
goto out;
|
||||
|
||||
#ifdef CURLVERBOSE
|
||||
Curl_thrdq_trace(data->multi->resolv_thrdq, data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue