commit | acb097ca7f2ac6304bc664dd9154114fd27bffca | [log] [tgz] |
---|---|---|
author | Marcel Raad <Marcel.Raad@teamviewer.com> | Tue May 21 11:18:10 2019 +0200 |
committer | Marcel Raad <Marcel.Raad@teamviewer.com> | Wed May 22 10:06:29 2019 +0200 |
tree | b3595249cf565678be90c792de682b273ec1d275 | |
parent | f91baf842ac869f6a849ce4ac4c5ede8a3b49fd2 [diff] |
hiperfifo: remove unused variable Closes https://github.com/curl/curl/pull/3919
diff --git a/docs/examples/hiperfifo.c b/docs/examples/hiperfifo.c index c8e8bfd..d1228f8 100644 --- a/docs/examples/hiperfifo.c +++ b/docs/examples/hiperfifo.c
@@ -146,7 +146,6 @@ 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;