Skip to content

Commit

Permalink
fix compiler warning: unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
yangtse committed May 15, 2009
1 parent f3e6a58 commit 90cd2a4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/libtest/lib564.c
Expand Up @@ -8,8 +8,6 @@
* $Id$
*/

/* used for test case 533, 534 and 535 */

#include "test.h"

#include <sys/types.h>
Expand All @@ -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;
Expand Down

0 comments on commit 90cd2a4

Please sign in to comment.