Skip to content

Commit 1231ff8

Browse files
rbrigbrail
authored andcommitted
remove unused stuff
1 parent ebea188 commit 1231ff8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

rhino/src/main/java/org/mozilla/javascript/NativeArray.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,6 @@ public String getClassName() {
231231
return "Array";
232232
}
233233

234-
private static final int Id_length = 1, MAX_INSTANCE_ID = 1;
235-
236234
@Override
237235
public void setPrototype(Scriptable p) {
238236
super.setPrototype(p);

0 commit comments

Comments
 (0)