gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 07/63: hiperfifo: remove unused variable


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 07/63: hiperfifo: remove unused variable
Date: Fri, 07 Jun 2019 18:36:29 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit acb097ca7f2ac6304bc664dd9154114fd27bffca
Author: Marcel Raad <address@hidden>
AuthorDate: Tue May 21 11:18:10 2019 +0200

    hiperfifo: remove unused variable
    
    Closes https://github.com/curl/curl/pull/3919
---
 docs/examples/hiperfifo.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/examples/hiperfifo.c b/docs/examples/hiperfifo.c
index c8e8bfdf1..d1228f829 100644
--- a/docs/examples/hiperfifo.c
+++ b/docs/examples/hiperfifo.c
@@ -146,7 +146,6 @@ static void mcode_or_die(const char *where, CURLMcode code)
 static int multi_timer_cb(CURLM *multi _Unused, long timeout_ms, GlobalInfo *g)
 {
   struct timeval timeout;
-  CURLMcode rc;
 
   timeout.tv_sec = timeout_ms/1000;
   timeout.tv_usec = (timeout_ms%1000)*1000;

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



reply via email to

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