Remove unused private method.

This commit is contained in:
norris%netscape.com 2000-01-31 18:49:07 +00:00
parent b697d86bb0
commit e221b94f7b
2 changed files with 0 additions and 22 deletions

View File

@ -3810,17 +3810,6 @@ if (true) {
"Lorg/mozilla/javascript/Scriptable;");
}
private void getParentScope(Node node, Node child) {
while (child != null) {
generateCodeFromNode(child, node, -1, -1);
child = child.getNextSibling();
}
classFile.add(ByteCode.INVOKEINTERFACE,
"org/mozilla/javascript/Scriptable",
"getParentScope",
"()", "Lorg/mozilla/javascript/Scriptable;");
}
private short getLocalFromNode(Node node) {
Integer localProp = (Integer) node.getProp(Node.LOCAL_PROP);
if (localProp == null) {

View File

@ -3810,17 +3810,6 @@ if (true) {
"Lorg/mozilla/javascript/Scriptable;");
}
private void getParentScope(Node node, Node child) {
while (child != null) {
generateCodeFromNode(child, node, -1, -1);
child = child.getNextSibling();
}
classFile.add(ByteCode.INVOKEINTERFACE,
"org/mozilla/javascript/Scriptable",
"getParentScope",
"()", "Lorg/mozilla/javascript/Scriptable;");
}
private short getLocalFromNode(Node node) {
Integer localProp = (Integer) node.getProp(Node.LOCAL_PROP);
if (localProp == null) {