about summary refs log tree commit diff stats
path: root/038---literal_strings.cc
diff options
context:
space:
mode:
Diffstat (limited to '038---literal_strings.cc')
-rw-r--r--038---literal_strings.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/038---literal_strings.cc b/038---literal_strings.cc
index ba609f6b..9ae45d27 100644
--- a/038---literal_strings.cc
+++ b/038---literal_strings.cc
@@ -20,9 +20,7 @@ void test_transform_literal_string() {
 //: knows about labels and global variables and will emit them for previous
 //: layers to transform.
 :(after "Begin Transforms")
-// Begin Level-3 Transforms
 Transform.push_back(transform_literal_strings);
-// End Level-3 Transforms
 
 :(before "End Globals")
 int Next_auto_global = 1;