mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-01 11:27:55 +00:00
Remove unused private method.
This commit is contained in:
parent
b697d86bb0
commit
e221b94f7b
@ -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) {
|
||||
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user