Skip to content

Commit 69964a9

Browse files
authored
Remove dead code. NFC (#14980)
1 parent 3a77d6c commit 69964a9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/library_dylink.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -496,11 +496,6 @@ var LibraryDylink = {
496496
} else {
497497
#endif
498498
var init = moduleExports['__wasm_call_ctors'];
499-
// TODO(sbc): Remove this once extra check once the binaryen
500-
// change propogates: https://github.com/WebAssembly/binaryen/pull/3811
501-
if (!init) {
502-
init = moduleExports['__post_instantiate'];
503-
}
504499
if (init) {
505500
if (runtimeInitialized) {
506501
init();

0 commit comments

Comments
 (0)