Remove unused MinGW variable.

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

View File

@ -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