aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-03-17 19:32:36 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-03-17 19:32:36 -0400
commit7f77861b7d00303783fbe3ca4431c904b223092a (patch)
treea7dcb2f0714c12244bd9788aeddb6b75d551d033
parent0bba31912665a82f848642e6b4247071a3ee177a (diff)
Remove runner.c debug output
-rw-r--r--tomo.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tomo.c b/tomo.c
index 07c431a4..10fbac8b 100644
--- a/tomo.c
+++ b/tomo.c
@@ -640,10 +640,6 @@ Path_t compile_executable(env_t *base_env, Path_t path, Array_t object_files, Ar
"}\n"
);
- FILE *xxx = fopen("runner.c", "w");
- CORD_put(program, xxx);
- fclose(xxx);
-
if (show_codegen.length > 0) {
FILE *out = run_cmd("%k", &show_codegen);
CORD_put(program, out);