=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: winevdm: Remove unneeded shadow variable.

Alexandre Julliard julliard at winehq.org
Mon Apr 23 13:41:37 CDT 2012


Module: wine
Branch: master
Commit: 6fcb3b698e3fdd7b717fa6e512a41454de9f490c
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6fcb3b698e3fdd7b717fa6e512a41454de9f490c

Author: André Hentschel <nerv at dawncrow.de>
Date:   Sun Apr 22 19:04:57 2012 +0200

winevdm: Remove unneeded shadow variable.

---

 programs/winevdm/winevdm.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/programs/winevdm/winevdm.c b/programs/winevdm/winevdm.c
index b143cb8..d297551 100644
--- a/programs/winevdm/winevdm.c
+++ b/programs/winevdm/winevdm.c
@@ -452,7 +452,6 @@ static char *build_command_line( char **argv )
             *p++='"';
         if (has_quote) {
             int bcount;
-            char* a;
 
             bcount=0;
             a=*arg;




More information about the wine-cvs mailing list