diff options
-rw-r--r-- | 020run.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/020run.cc b/020run.cc index 35639b06..4d10cdef 100644 --- a/020run.cc +++ b/020run.cc @@ -161,7 +161,6 @@ if (!Run_tests) { //? Trace_file = "interactive"; //? START_TRACING_UNTIL_END_OF_SCOPE; //? Trace_stream->collect_layers.insert("app"); - transform_all(); recipe_ordinal r = Recipe_ordinal[string("main")]; //? atexit(dump_profile); if (r) run(r); |