Removed unused var.
authorGuenter Knauf <lists@gknw.net>
Tue, 15 Mar 2011 11:21:58 +0000 (12:21 +0100)
committerGuenter Knauf <lists@gknw.net>
Tue, 15 Mar 2011 11:21:58 +0000 (12:21 +0100)
tests/libtest/lib583.c

index d01d98f..f1270e1 100644 (file)
@@ -32,7 +32,7 @@
 int test(char *URL)
 {
   CURLMcode retVal;
-  int stillRunning, retValcm;
+  int stillRunning;
   CURLM* multiHandle;
   CURL* curl;
   int res;