mirror of
https://github.com/curl/curl.git
synced 2026-08-25 02:33: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
|
|
@ -437,7 +437,6 @@ static bool init_resolve_thread(struct Curl_easy *data,
|
|||
|
||||
async->port = port;
|
||||
async->done = FALSE;
|
||||
async->status = 0;
|
||||
async->dns = NULL;
|
||||
td->thread_hnd = curl_thread_t_null;
|
||||
td->start = Curl_now();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue