diff options
author | Guenter Knauf <lists@gknw.net> | 2011-03-15 12:21:58 +0100 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2011-03-15 12:21:58 +0100 |
commit | 5a433a033ffc8b489a8edc14c4505d0c47a63df6 (patch) | |
tree | 98dba57ab04162a5bc33e2d9ad818ecb322bc511 /tests | |
parent | 511f491cf2f8e5d4999d81f63f39ae15a8378395 (diff) | |
download | curl-5a433a033ffc8b489a8edc14c4505d0c47a63df6.tar.gz |
Removed unused var.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/libtest/lib583.c | 2 |
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; |