Remove unused MinGW variable.

There was an unused variable in driver/main.c under MinGW.
(cherry picked from commit 392ac1200c)
This commit is contained in:
Cary R 2009-12-09 09:42:49 -08:00 committed by Stephen Williams
parent c44ce66a87
commit 3d5c6c6f30
1 changed files with 1 additions and 3 deletions

View File

@ -395,9 +395,7 @@ static int t_compile()
char*cmd = malloc(ncmd + 1); char*cmd = malloc(ncmd + 1);
strcpy(cmd, tmp); strcpy(cmd, tmp);
#ifdef __MINGW32__ #ifndef __MINGW32__
unsigned ncmd_start = ncmd;
#else
int rtn; int rtn;
#endif #endif