Skip to content

Commit c5125ff

Browse files
authored
Remove unnecessary deletion of pybuilddir.txt
1 parent b002dba commit c5125ff

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Tools/wasm/wasi/__main__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -403,11 +403,6 @@ def clean_contents(context):
403403
if LOCAL_SETUP.read_bytes() == LOCAL_SETUP_MARKER:
404404
log("🧹", f"Deleting generated {LOCAL_SETUP} ...")
405405

406-
pybuilddir_txt = working_dir / "pybuilddir.txt"
407-
if pybuilddir_txt.exists():
408-
log("🧹", f"Deleting {pybuilddir_txt} ...")
409-
pybuilddir_txt.unlink()
410-
411406

412407
def build_steps(*steps):
413408
"""Construct a command from other steps."""

0 commit comments

Comments
 (0)