]> granicus.if.org Git - curl/commitdiff
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 d01d98f1fdf82f1c3b92a6bc4cff535f2c5b595a..f1270e1d3368adef375f0ef7ac1388a6020a1d1d 100644 (file)
@@ -32,7 +32,7 @@
 int test(char *URL)
 {
   CURLMcode retVal;
-  int stillRunning, retValcm;
+  int stillRunning;
   CURLM* multiHandle;
   CURL* curl;
   int res;