From 3d5c6c6f3032a05d170bd62d78df4875cc3b11af 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. (cherry picked from commit 392ac1200c96c848f231802a935016604e9c4bf4) --- driver/main.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/driver/main.c b/driver/main.c index 1cccb1f9a..0da7c4c19 100644 --- a/driver/main.c +++ b/driver/main.c @@ -395,9 +395,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