diff options
Diffstat (limited to '057static_dispatch.cc')
-rw-r--r-- | 057static_dispatch.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/057static_dispatch.cc b/057static_dispatch.cc index a52cda9a..6fe696ba 100644 --- a/057static_dispatch.cc +++ b/057static_dispatch.cc @@ -112,7 +112,6 @@ Transform.push_back(resolve_ambiguous_calls); // idempotent void resolve_ambiguous_calls(recipe_ordinal r) { if (!get(Recipe, r).has_header) return; trace(9991, "transform") << "--- resolve ambiguous calls for recipe " << get(Recipe, r).name << end(); - cerr << "--- resolve ambiguous calls for recipe " << get(Recipe, r).name << '\n'; for (long long int index = 0; index < SIZE(get(Recipe, r).steps); ++index) { instruction& inst = get(Recipe, r).steps.at(index); if (inst.is_label) continue; |