gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 25/220: asyn-thread: removed unused variable


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 25/220: asyn-thread: removed unused variable
Date: Thu, 12 Sep 2019 17:26:25 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 041690aadb1357775ff06c5bf827a98585627c76
Author: Daniel Stenberg <address@hidden>
AuthorDate: Tue Jul 30 10:29:54 2019 +0200

    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) {

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]