Skip to content

Commit 78fbe5f

Browse files
authored
Remove empty block from runtime_init_memory.js. NFC. (#12649)
The statement that lived inside this block was removed in #12057.
1 parent 76b86e0 commit 78fbe5f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/runtime_init_memory.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,3 @@ assert({{{ WASM_PAGE_SIZE }}} % WASM_PAGE_SIZE === 0);
6464
#endif
6565
#endif
6666
updateGlobalBufferAndViews(buffer);
67-
68-
#if USE_PTHREADS
69-
if (!ENVIRONMENT_IS_PTHREAD) { // Pthreads have already initialized these variables in src/worker.js, where they were passed to the thread worker at startup time
70-
#endif
71-
#if USE_PTHREADS
72-
}
73-
#endif

0 commit comments

Comments
 (0)