Skip to content

Commit

Permalink
Remove redundant Node worker listener. NFC (#19178)
Browse files Browse the repository at this point in the history
The corresponding TODO-item is no longer relevant after PR #18305
has landed.

Resolves: #9763.
  • Loading branch information
kleisauke authored Apr 14, 2023
1 parent 97c22d4 commit ef15cbb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/library_pthread.js
Original file line number Diff line number Diff line change
Expand Up @@ -336,10 +336,6 @@ var LibraryPThread = {
worker.on('error', function(e) {
worker.onerror(e);
});
worker.on('detachedExit', function() {
// TODO: update the worker queue?
// See: https://github.com/emscripten-core/emscripten/issues/9763
});
}
#endif

Expand Down

0 comments on commit ef15cbb

Please sign in to comment.