about summary refs log tree commit diff stats
path: root/003trace.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-10-06 23:48:04 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-10-06 23:48:04 -0700
commit857adbc496dca7d41e46cbece815a24d32c735fe (patch)
tree202921a9302d6dfd6e8c3455dfbcd9ff5a48837d /003trace.cc
parente00d4854284a131d68e205cc9b49dfc9d8e99198 (diff)
downloadmu-857adbc496dca7d41e46cbece815a24d32c735fe.tar.gz
2261
Diffstat (limited to '003trace.cc')
-rw-r--r--003trace.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/003trace.cc b/003trace.cc
index 39a5644d..0193fa4f 100644
--- a/003trace.cc
+++ b/003trace.cc
@@ -359,9 +359,7 @@ using std::ofstream;
 :(before "End Globals")
 //: In future layers we'll use the depth field as follows:
 //:
-//: Mu 'applications' will be able to use depths 1-99 as they like.
-//: Depth 100 will be for scheduling (more on that later).
-const int Scheduling_depth = 100;
+//: Mu 'applications' will be able to use depths 1-100 as they like.
 //: Primitive statements will occupy 101-9998
 const int Initial_callstack_depth = 101;
 const int Max_callstack_depth = 9998;