about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--subx/003trace.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/subx/003trace.cc b/subx/003trace.cc
index 939d39f1..527854b8 100644
--- a/subx/003trace.cc
+++ b/subx/003trace.cc
@@ -91,7 +91,6 @@ Dump_label = "";
 // compilation units. So no extern linkage.
 const int Max_depth = 9999;
 const int Error_depth = 0;  // definitely always print errors
-const int App_depth = 2;  // temporarily where all Mu code will trace to
 
 struct trace_stream {
   vector<trace_line> past_lines;