From 392ac1200c96c848f231802a935016604e9c4bf4 Mon Sep 17 00:00:00 2001 From: Cary R Date: Wed, 9 Dec 2009 09:42:49 -0800 Subject: [PATCH] Remove unused MinGW variable. There was an unused variable in driver/main.c under MinGW. --- driver/main.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/driver/main.c b/driver/main.c index df624cdc6..1cf94da1a 100644 --- a/driver/main.c +++ b/driver/main.c @@ -404,9 +404,7 @@ static int t_compile() char*cmd = malloc(ncmd + 1); strcpy(cmd, tmp); -#ifdef __MINGW32__ - unsigned ncmd_start = ncmd; -#else +#ifndef __MINGW32__ int rtn; #endif