blowing off commented out junk

This commit is contained in:
rogerl%netscape.com 1999-06-02 18:07:40 +00:00
Родитель 7a37a63b8f
Коммит aa6634762d
2 изменённых файлов: 0 добавлений и 36 удалений

Просмотреть файл

@ -1377,24 +1377,6 @@ public class NativeRegExp extends ScriptableObject implements Function {
else
return restMatch;
}
/*
int saveNum = state.parenCount;
int kidMatch = matchRENodes(state, (RENode)ren.kid,
ren.next, input, index);
if (kidMatch == -1)
break;
else {
int restMatch = matchRENodes(state, ren.next,
stop, input, kidMatch);
if (restMatch == -1) {
// need to undo the result of running the kid
state.parenCount = saveNum;
break;
}
else
return restMatch;
}
*/
}
case REOP_LPARENNON:
ren = (RENode)ren.kid;

Просмотреть файл

@ -1377,24 +1377,6 @@ public class NativeRegExp extends ScriptableObject implements Function {
else
return restMatch;
}
/*
int saveNum = state.parenCount;
int kidMatch = matchRENodes(state, (RENode)ren.kid,
ren.next, input, index);
if (kidMatch == -1)
break;
else {
int restMatch = matchRENodes(state, ren.next,
stop, input, kidMatch);
if (restMatch == -1) {
// need to undo the result of running the kid
state.parenCount = saveNum;
break;
}
else
return restMatch;
}
*/
}
case REOP_LPARENNON:
ren = (RENode)ren.kid;