From: Yang Tse Date: Fri, 15 May 2009 10:16:33 +0000 (+0000) Subject: fix compiler warning: unused variable X-Git-Tag: curl-7_19_5~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90cd2a47535e7420747e1f47491a1d372767e109;p=thirdparty%2Fcurl.git fix compiler warning: unused variable --- diff --git a/tests/libtest/lib564.c b/tests/libtest/lib564.c index 6a1f746213..e04a5aba1a 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 @@ -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;