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

Alexandre Julliard julliard at winehq.org
Wed Apr 18 13:04:14 CDT 2012


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Wed Apr 18 00:11:22 2012 +0200

jscript: Remove unneeded shadow variable.

---

 dlls/jscript/regexp.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/dlls/jscript/regexp.c b/dlls/jscript/regexp.c
index b54348b..0cf1270 100644
--- a/dlls/jscript/regexp.c
+++ b/dlls/jscript/regexp.c
@@ -2307,8 +2307,6 @@ ProcessCharSet(REGlobalData *gData, RECharSet *charSet)
         }
         if (inRange) {
             if (gData->regexp->flags & JSREG_FOLD) {
-                int i;
-
                 assert(rangeStart <= thisCh);
                 for (i = rangeStart; i <= thisCh; i++) {
                     WCHAR uch, dch;




More information about the wine-cvs mailing list