about summary refs log tree commit diff stats
path: root/048check_type_by_name.cc
diff options
context:
space:
mode:
Diffstat (limited to '048check_type_by_name.cc')
-rw-r--r--048check_type_by_name.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/048check_type_by_name.cc b/048check_type_by_name.cc
index c741e037..f229263e 100644
--- a/048check_type_by_name.cc
+++ b/048check_type_by_name.cc
@@ -15,9 +15,7 @@ recipe main [
 +error: main: x used with multiple types
 
 :(after "Begin Instruction Modifying Transforms")
-// Begin Type Modifying Transforms
 Transform.push_back(check_types_by_name);  // idempotent
-// End Type Modifying Transforms
 
 :(code)
 void check_types_by_name(const recipe_ordinal r) {