about summary refs log tree commit diff stats
path: root/subx
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-10-12 17:00:48 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-10-12 17:00:48 -0700
commit3f2ac81ecffadc118732f62364c17bf5aabd8720 (patch)
treeb56cc1ba2578cd2cc1ab55078a151fce6046bad8 /subx
parent08b7c4d917623aab5fb10055aa99bd10fa395648 (diff)
downloadmu-3f2ac81ecffadc118732f62364c17bf5aabd8720.tar.gz
4033
Diffstat (limited to 'subx')
-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;