fix compiler warning: unused variable
This commit is contained in:
parent
f3e6a582d4
commit
90cd2a4753
@ -8,8 +8,6 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* used for test case 533, 534 and 535 */
|
|
||||||
|
|
||||||
#include "test.h"
|
#include "test.h"
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
@ -29,7 +27,6 @@ int test(char *URL)
|
|||||||
int running;
|
int running;
|
||||||
char done=FALSE;
|
char done=FALSE;
|
||||||
CURLM *m;
|
CURLM *m;
|
||||||
int current=0;
|
|
||||||
struct timeval ml_start;
|
struct timeval ml_start;
|
||||||
struct timeval mp_start;
|
struct timeval mp_start;
|
||||||
char ml_timedout = FALSE;
|
char ml_timedout = FALSE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user