Skip to content

Commit

Permalink
Remove noExitRuntime from closure-externs.js. NFC (emscripten-core#20322
Browse files Browse the repository at this point in the history
)

I believe the need to this was removed back in emscripten-core#10158
  • Loading branch information
sbc100 authored Sep 22, 2023
1 parent ebe3d25 commit 9bdb310
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/closure-externs/closure-externs.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,14 +229,6 @@ var outerHeight;
var event;
var devicePixelRatio;

// TODO: Use Closure's multifile support and/or migrate worker.js onmessage handler to inside the MODULARIZEd block
// to be able to remove all the variables below:

// Variables that are present in both output runtime .js file/JS lib files, and worker.js, so cannot be minified because
// the names need to match:
/** @suppress {duplicate} */
var noExitRuntime;

/*
* AudioWorkletGlobalScope globals
*/
Expand Down

0 comments on commit 9bdb310

Please sign in to comment.