Skip to content

Commit cb55df4

Browse files
authored
Remove stale comment. NFC (#16934)
The stderr redirection was removed in #9795 but not the comment.
1 parent c9528e9 commit cb55df4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/building.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1294,7 +1294,6 @@ def handle_final_wasm_symbols(wasm_file, symbols_file, debug_info):
12941294
else:
12951295
# suppress the wasm-opt warning regarding "no output file specified"
12961296
args += ['--quiet']
1297-
# ignore stderr because if wasm-opt is run without a -o it will warn
12981297
output = run_wasm_opt(wasm_file, args=args, stdout=PIPE)
12991298
if symbols_file:
13001299
utils.write_file(symbols_file, output)

0 commit comments

Comments
 (0)