Skip to content

Commit a2312e6

Browse files
committed
[js] Remove a HACK comment as we now handle STable flattening in a much more correct and sane manner.
1 parent e7a2297 commit a2312e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,6 @@ class P6bigint extends REPR {
733733
}
734734
}
735735

736-
/* HACK - we should just do flattening properly instead of a weird flag */
737736
P6bigint.prototype.flattenSTable = true;
738737

739738
reprs.P6bigint = P6bigint;

0 commit comments

Comments
 (0)