From c4021e4cef665c4f13a58292137c619b7aa308c7 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 5 Aug 2018 10:16:42 -0700 Subject: 4490 --- subx/003trace.cc | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/subx/003trace.cc b/subx/003trace.cc index 1aead5a6..81594a7d 100644 --- a/subx/003trace.cc +++ b/subx/003trace.cc @@ -410,17 +410,3 @@ using std::ostringstream; #include using std::ifstream; using std::ofstream; - -:(before "End Globals") -//: In future layers we'll use the depth field as follows: -//: -//: Errors will be depth 0. -//: Mu 'applications' will be able to use depths 1-100 as they like. -//: Primitive statements will occupy 101-9989 -extern const int Initial_callstack_depth = 101; -extern const int Max_callstack_depth = 9989; -//: Finally, details of primitive Mu statements will occupy depth 9990-9999 -//: (more on that later as well) -//: -//: This framework should help us hide some details at each level, mixing -//: static ideas like layers with the dynamic notion of call-stack depth. -- cgit 1.4.1-2-gfad0