From acb097ca7f2ac6304bc664dd9154114fd27bffca Mon Sep 17 00:00:00 2001
From: Marcel Raad <Marcel.Raad@teamviewer.com>
Date: Tue, 21 May 2019 11:18:10 +0200
Subject: hiperfifo: remove unused variable

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

(limited to 'docs')

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;
-- 
cgit v1.2.3