about summary refs log tree commit diff stats
path: root/999spaces.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 /999spaces.cc
parente00d4854284a131d68e205cc9b49dfc9d8e99198 (diff)
downloadmu-857adbc496dca7d41e46cbece815a24d32c735fe.tar.gz
2261
Diffstat (limited to '999spaces.cc')
-rw-r--r--999spaces.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/999spaces.cc b/999spaces.cc
index c57bc52e..5fe52b26 100644
--- a/999spaces.cc
+++ b/999spaces.cc
@@ -26,9 +26,7 @@ assert(Next_recipe_ordinal == 1000);
 //:: Depths for tracing
 //:
 //: 0 - unused
-//: 1-99 - app-level trace statements in mu
-//: 100 - schedule
-assert(Scheduling_depth == 100);
+//: 1-100 - app-level trace statements in mu
 //: 101-9998 - call-stack statements (mostly label run)
 assert(Initial_callstack_depth == 101);
 assert(Max_callstack_depth == 9998);