about summary refs log tree commit diff stats
path: root/048check_type_by_name.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-11-28 23:11:21 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-11-28 23:12:19 -0800
commit87f1cf600731f58b6404ad30752b29ec26c32699 (patch)
tree14946e0baf57db64cecd466e9e227d989da39e2b /048check_type_by_name.cc
parent266230ef79dc1040393597d9fc6352f8f80b5e5d (diff)
downloadmu-87f1cf600731f58b6404ad30752b29ec26c32699.tar.gz
2501
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) {