mirror of
https://github.com/moparisthebest/curl
synced 2024-12-24 00:58:48 -05: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
@ -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…
Reference in New Issue
Block a user