aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib583.c
diff options
context:
space:
mode:
authorGuenter Knauf <lists@gknw.net>2011-03-15 12:21:58 +0100
committerGuenter Knauf <lists@gknw.net>2011-03-15 12:21:58 +0100
commit5a433a033ffc8b489a8edc14c4505d0c47a63df6 (patch)
tree98dba57ab04162a5bc33e2d9ad818ecb322bc511 /tests/libtest/lib583.c
parent511f491cf2f8e5d4999d81f63f39ae15a8378395 (diff)
Removed unused var.
Diffstat (limited to 'tests/libtest/lib583.c')
-rw-r--r--tests/libtest/lib583.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib583.c b/tests/libtest/lib583.c
index d01d98f1f..f1270e1d3 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;