jscript: Remove unneeded shadow variable.

oldstable
André Hentschel 2012-04-18 00:11:22 +02:00 committed by Alexandre Julliard
parent d1a5ce537d
commit 6677982728
1 changed files with 0 additions and 2 deletions

View File

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