about summary refs log tree commit diff stats
path: root/cpp/050scenario.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/050scenario.cc')
-rw-r--r--cpp/050scenario.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/050scenario.cc b/cpp/050scenario.cc
index 0688e7b5..ae4769f5 100644
--- a/cpp/050scenario.cc
+++ b/cpp/050scenario.cc
@@ -138,10 +138,6 @@ case RUN: {
   // Predefined Scenario Locals In Run.
   // End Predefined Scenario Locals In Run.
   transform_all();
-  // There's a restriction on the number of variables 'run' can use, so that
-  // it can avoid colliding with the dynamic allocator in case it doesn't
-  // initialize a default-space.
-  assert(Name[tmp_recipe[0]][""] < Max_variables_in_scenarios);
 //?   cout << tmp_recipe[0] << ' ' << Recipe_number["main"] << '\n'; //? 1
   Current_routine->calls.push(call(tmp_recipe[0]));
   continue;  // not done with caller; don't increment current_step_index()