Skip to content

Commit 9bdb310

Browse files
authored
Remove noExitRuntime from closure-externs.js. NFC (#20322)
I believe the need to this was removed back in #10158
1 parent ebe3d25 commit 9bdb310

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/closure-externs/closure-externs.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -229,14 +229,6 @@ var outerHeight;
229229
var event;
230230
var devicePixelRatio;
231231

232-
// TODO: Use Closure's multifile support and/or migrate worker.js onmessage handler to inside the MODULARIZEd block
233-
// to be able to remove all the variables below:
234-
235-
// Variables that are present in both output runtime .js file/JS lib files, and worker.js, so cannot be minified because
236-
// the names need to match:
237-
/** @suppress {duplicate} */
238-
var noExitRuntime;
239-
240232
/*
241233
* AudioWorkletGlobalScope globals
242234
*/

0 commit comments

Comments
 (0)