From 041690aadb1357775ff06c5bf827a98585627c76 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 30 Jul 2019 10:29:54 +0200 Subject: asyn-thread: removed unused variable Follow-up to eb9a604f. Mistake caused by me when I edited the commit before push... --- lib/asyn-thread.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/asyn-thread.c b/lib/asyn-thread.c index f17638e44..e323cbe20 100755 --- a/lib/asyn-thread.c +++ b/lib/asyn-thread.c @@ -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) { -- cgit v1.2.3