Skip to content

Commit

Permalink
Remove out-of-date comment. NFC (emscripten-core#22518)
Browse files Browse the repository at this point in the history
This comment may have made sense when this code was inline inside of a
for loop.
  • Loading branch information
sbc100 authored Sep 5, 2024
1 parent 189d7a1 commit 73411b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/preamble.js
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,6 @@ function createExportWrapper(name, nargs) {
// to ignore exceptions from there since they're handled by callMain directly.
var abortWrapperDepth = 0;
// Creates a wrapper in a closure so that each wrapper gets it's own copy of 'original'
function makeAbortWrapper(original) {
return (...args) => {
// Don't allow this function to be called if we're aborted!
Expand Down

0 comments on commit 73411b3

Please sign in to comment.