Skip to content

Commit 8d809aa

Browse files
authored
Remove old commented out code. NFC (#19593)
This was first commented out back in 2014 (27a17f5).
1 parent 7375e78 commit 8d809aa

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

emcc.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3207,12 +3207,6 @@ def create_worker_file(input_file, target_dir, output_file):
32073207
def phase_final_emitting(options, state, target, wasm_target, memfile):
32083208
global final_js
32093209

3210-
# Remove some trivial whitespace
3211-
# TODO: do not run when compress has already been done on all parts of the code
3212-
# src = read_file(final_js)
3213-
# src = re.sub(r'\n+[ \n]*\n+', '\n', src)
3214-
# write_file(final_js, src)
3215-
32163210
target_dir = os.path.dirname(os.path.abspath(target))
32173211
if settings.PTHREADS:
32183212
create_worker_file('src/worker.js', target_dir, settings.PTHREAD_WORKER_FILE)

0 commit comments

Comments
 (0)