diff --git a/src/runtime_pthread.js b/src/runtime_pthread.js index 90ec7eede8df3..dbcb641344523 100644 --- a/src/runtime_pthread.js +++ b/src/runtime_pthread.js @@ -174,8 +174,6 @@ if (ENVIRONMENT_IS_PTHREAD) { dbg(`worker: Pthread 0x${_pthread_self().toString(16)} completed its main entry point with an 'unwind', keeping the worker alive for asynchronous operation.`); #endif } - } else if (msgData.target === 'setimmediate') { - // no-op } else if (cmd == {{{ CMD_CHECK_MAILBOX }}}) { if (initializedJS) { checkMailbox(); diff --git a/test/codesize/test_codesize_minimal_pthreads.json b/test/codesize/test_codesize_minimal_pthreads.json index b5a59f3047e8d..291a3a52fede4 100644 --- a/test/codesize/test_codesize_minimal_pthreads.json +++ b/test/codesize/test_codesize_minimal_pthreads.json @@ -1,10 +1,10 @@ { - "a.out.js": 7172, - "a.out.js.gz": 3553, + "a.out.js": 7143, + "a.out.js.gz": 3542, "a.out.nodebug.wasm": 19037, "a.out.nodebug.wasm.gz": 8787, - "total": 26209, - "total_gz": 12340, + "total": 26180, + "total_gz": 12329, "sent": [ "a (memory)", "b (exit)", diff --git a/test/codesize/test_codesize_minimal_pthreads_memgrowth.json b/test/codesize/test_codesize_minimal_pthreads_memgrowth.json index 418b8cc7be4a3..cca8bd65756ed 100644 --- a/test/codesize/test_codesize_minimal_pthreads_memgrowth.json +++ b/test/codesize/test_codesize_minimal_pthreads_memgrowth.json @@ -1,10 +1,10 @@ { - "a.out.js": 7580, - "a.out.js.gz": 3756, + "a.out.js": 7551, + "a.out.js.gz": 3745, "a.out.nodebug.wasm": 19038, "a.out.nodebug.wasm.gz": 8788, - "total": 26618, - "total_gz": 12544, + "total": 26589, + "total_gz": 12533, "sent": [ "a (memory)", "b (exit)",