Skip to content

Commit 03ebeff

Browse files
committed
Remove duplicated method
1 parent 229ae15 commit 03ebeff

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/vm/js/nqp-runtime/reprs.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,11 +1038,6 @@ class VMArray extends REPR {
10381038
return value;
10391039
}
10401040

1041-
$$push(value) {
1042-
this.array.push(value);
1043-
return value;
1044-
}
1045-
10461041

10471042
$$join(delim) {
10481043
const stringified = [];

0 commit comments

Comments
 (0)