Remove commented-out code.

This commit is contained in:
norris%netscape.com 1999-11-23 17:29:53 +00:00
parent eb5865d934
commit 54e442adf3
2 changed files with 0 additions and 12 deletions

View File

@ -1884,12 +1884,6 @@ public class Interpreter extends LabelTable {
// security domain.
cx.interpreterSecurityDomain = theData.securityDomain;
}
/* debug only, will be going soon
catch (ArrayIndexOutOfBoundsException oob) {
System.out.println("OOB @ " + pc + " " + oob + " in " + theData.itsName + " " + oob.getMessage());
throw oob;
}
*/
catch (RuntimeException jx) {
cx.interpreterSecurityDomain = null;
if (tryStackTop > 0) {

View File

@ -1884,12 +1884,6 @@ public class Interpreter extends LabelTable {
// security domain.
cx.interpreterSecurityDomain = theData.securityDomain;
}
/* debug only, will be going soon
catch (ArrayIndexOutOfBoundsException oob) {
System.out.println("OOB @ " + pc + " " + oob + " in " + theData.itsName + " " + oob.getMessage());
throw oob;
}
*/
catch (RuntimeException jx) {
cx.interpreterSecurityDomain = null;
if (tryStackTop > 0) {