aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-05-15 10:16:33 +0000
committerYang Tse <yangsita@gmail.com>2009-05-15 10:16:33 +0000
commit90cd2a47535e7420747e1f47491a1d372767e109 (patch)
tree12a6ce8d8c9009102e30c9f4c1934c17f40c8e6d /tests
parentf3e6a582d4656df085629d7086d96aa8bca62d06 (diff)
fix compiler warning: unused variable
Diffstat (limited to 'tests')
-rw-r--r--tests/libtest/lib564.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/libtest/lib564.c b/tests/libtest/lib564.c
index 6a1f74621..e04a5aba1 100644
--- a/tests/libtest/lib564.c
+++ b/tests/libtest/lib564.c
@@ -8,8 +8,6 @@
* $Id$
*/
-/* used for test case 533, 534 and 535 */
-
#include "test.h"
#include <sys/types.h>
@@ -29,7 +27,6 @@ int test(char *URL)
int running;
char done=FALSE;
CURLM *m;
- int current=0;
struct timeval ml_start;
struct timeval mp_start;
char ml_timedout = FALSE;