mirror of
https://github.com/curl/curl.git
synced 2026-07-31 20:28:04 +03:00
asyn-thread: removed unused variable
Follow-up to eb9a604f. Mistake caused by me when I edited the commit
before push...
This commit is contained in:
parent
964bcfe861
commit
041690aadb
1 changed files with 1 additions and 2 deletions
|
|
@ -636,11 +636,10 @@ int Curl_resolver_getsock(struct connectdata *conn,
|
|||
struct resdata *reslv = (struct resdata *)data->state.resolver;
|
||||
#ifdef HAVE_SOCKETPAIR
|
||||
struct thread_data *td = (struct thread_data*)conn->async.os_specific;
|
||||
int loop_idx;
|
||||
#else
|
||||
(void)socks;
|
||||
(void)numsocks;
|
||||
#endif
|
||||
(void)numsocks;
|
||||
|
||||
#ifdef HAVE_SOCKETPAIR
|
||||
if(td) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue