Skip to content

Commit 5a45f3f

Browse files
authored
Remove unused function in emscripten.py. NFC (#19841)
Loosk like its usage was removed in #11972.
1 parent 353d9ee commit 5a45f3f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

emscripten.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -239,15 +239,6 @@ def report_missing_symbols(js_symbols):
239239
exit_with_error('entry symbol not defined (pass --no-entry to suppress): main')
240240

241241

242-
def proxy_debug_print(sync):
243-
if settings.PTHREADS_DEBUG:
244-
if sync:
245-
return 'warnOnce("sync proxying function " + code);'
246-
else:
247-
return 'warnOnce("async proxying function " + code);'
248-
return ''
249-
250-
251242
# Test if the parentheses at body[openIdx] and body[closeIdx] are a match to
252243
# each other.
253244
def parentheses_match(body, openIdx, closeIdx):

0 commit comments

Comments
 (0)