Skip to content

Commit 0593ab0

Browse files
authored
Remove outdated comment. NFC (#18224)
Leftover from #17036.
1 parent cb8b8fe commit 0593ab0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/embind/embind.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,6 @@ var LibraryEmbind = {
615615

616616
// maxRange comes through as -1 for uint64_t (see issue 13902). Work around that temporarily
617617
if (isUnsignedType) {
618-
// Use string because acorn does recognize bigint literals
619618
maxRange = (1n << 64n) - 1n;
620619
}
621620

0 commit comments

Comments
 (0)