about summary refs log tree commit diff stats
path: root/042name.cc
diff options
context:
space:
mode:
Diffstat (limited to '042name.cc')
-rw-r--r--042name.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/042name.cc b/042name.cc
index a9f05d5e..784e7d90 100644
--- a/042name.cc
+++ b/042name.cc
@@ -37,7 +37,6 @@ Name = Name_snapshot;
 void transform_names(const recipe_ordinal r) {
   recipe& caller = get(Recipe, r);
   trace(9991, "transform") << "--- transform names for recipe " << caller.name << end();
-//?   cerr << "--- transform names for recipe " << caller.name << '\n';
   bool names_used = false;
   bool numeric_locations_used = false;
   map<string, int>& names = Name[r];