mirror of
https://github.com/curl/curl.git
synced 2026-08-25 08:43:31 +03:00
asyn-thread: remove 'status' from struct Curl_async
While it gets stored, nothing needs nor uses it. Closes #16347
This commit is contained in:
parent
8b3690c688
commit
1ee06e873c
4 changed files with 0 additions and 5 deletions
|
|
@ -70,8 +70,6 @@ CURLcode Curl_addrinfo_callback(struct Curl_easy *data,
|
|||
struct Curl_dns_entry *dns = NULL;
|
||||
CURLcode result = CURLE_OK;
|
||||
|
||||
data->state.async.status = status;
|
||||
|
||||
if(CURL_ASYNC_SUCCESS == status) {
|
||||
if(ai) {
|
||||
if(data->share)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue