Skip to content
Snippets Groups Projects
Commit 90cd2a47 authored by Yang Tse's avatar Yang Tse
Browse files

fix compiler warning: unused variable

parent f3e6a582
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment