Remove runner.c debug output

This commit is contained in:
Bruce Hill 2025-03-17 19:32:36 -04:00
parent 0bba319126
commit 7f77861b7d

4
tomo.c
View File

@ -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);