Skip to content

Commit 9a52897

Browse files
committed
[js] Remove old closure model leftover
1 parent ff9a667 commit 9a52897

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,6 @@ class BinaryCursor {
751751
this.deserializeCtx(inner, ctx);
752752
}
753753

754-
ctx.closuresUsingThis = [];
755754
for (var closure of context.closures) {
756755
var codeRef = this.sc.codeRefs[closure.index];
757756

0 commit comments

Comments
 (0)