From 5a433a033ffc8b489a8edc14c4505d0c47a63df6 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Tue, 15 Mar 2011 12:21:58 +0100 Subject: [PATCH] Removed unused var. --- tests/libtest/lib583.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/libtest/lib583.c b/tests/libtest/lib583.c index d01d98f..f1270e1 100644 --- a/tests/libtest/lib583.c +++ b/tests/libtest/lib583.c @@ -32,7 +32,7 @@ int test(char *URL) { CURLMcode retVal; - int stillRunning, retValcm; + int stillRunning; CURLM* multiHandle; CURL* curl; int res; -- 2.7.4