Minor in JS: deleted unused function
This commit is contained in:
@@ -52,12 +52,4 @@ public final class AstUtil {
|
|||||||
|
|
||||||
return nodesCopy;
|
return nodesCopy;
|
||||||
}
|
}
|
||||||
|
|
||||||
@NotNull
|
|
||||||
public static JsFunctionScope toFunctionScope(JsScope scope) {
|
|
||||||
assert scope instanceof JsFunctionScope: "JsFunctionScope type is expected, but "
|
|
||||||
+ scope.getClass().getSimpleName() + " is found";
|
|
||||||
|
|
||||||
return (JsFunctionScope) scope;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user