winevdm: Remove unneeded shadow variable.

This commit is contained in:
André Hentschel 2012-04-22 19:04:57 +02:00 committed by Alexandre Julliard
parent 6795bab565
commit 6fcb3b698e
1 changed files with 0 additions and 1 deletions

View File

@ -452,7 +452,6 @@ static char *build_command_line( char **argv )
*p++='"';
if (has_quote) {
int bcount;
char* a;
bcount=0;
a=*arg;