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:
parent
c44ce66a87
commit
3d5c6c6f30
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue