Skip to content

Commit ef15cbb

Browse files
authored
Remove redundant Node worker listener. NFC (#19178)
The corresponding TODO-item is no longer relevant after PR #18305 has landed. Resolves: #9763.
1 parent 97c22d4 commit ef15cbb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/library_pthread.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -336,10 +336,6 @@ var LibraryPThread = {
336336
worker.on('error', function(e) {
337337
worker.onerror(e);
338338
});
339-
worker.on('detachedExit', function() {
340-
// TODO: update the worker queue?
341-
// See: https://github.com/emscripten-core/emscripten/issues/9763
342-
});
343339
}
344340
#endif
345341

0 commit comments

Comments
 (0)