about summary refs log tree commit diff stats
path: root/040brace.cc
diff options
context:
space:
mode:
Diffstat (limited to '040brace.cc')
-rw-r--r--040brace.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/040brace.cc b/040brace.cc
index 9615ba58..d674212f 100644
--- a/040brace.cc
+++ b/040brace.cc
@@ -37,8 +37,6 @@ recipe main [
 
 :(code)
 void transform_braces(const recipe_ordinal r) {
-//?   cout << "AAA transform_braces\n"; //? 1
-//?   exit(0); //? 1
   const int OPEN = 0, CLOSE = 1;
   // use signed integer for step index because we'll be doing arithmetic on it
   list<pair<int/*OPEN/CLOSE*/, /*step*/long long int> > braces;