We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b002dba commit c5125ffCopy full SHA for c5125ff
1 file changed
Tools/wasm/wasi/__main__.py
@@ -403,11 +403,6 @@ def clean_contents(context):
403
if LOCAL_SETUP.read_bytes() == LOCAL_SETUP_MARKER:
404
log("🧹", f"Deleting generated {LOCAL_SETUP} ...")
405
406
- pybuilddir_txt = working_dir / "pybuilddir.txt"
407
- if pybuilddir_txt.exists():
408
- log("🧹", f"Deleting {pybuilddir_txt} ...")
409
- pybuilddir_txt.unlink()
410
-
411
412
def build_steps(*steps):
413
"""Construct a command from other steps."""
0 commit comments