From f89378d563330260c54496cd80bd4e2550e5988c Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 14 Mar 2015 22:25:06 -0700 Subject: 922 --- cpp/012run | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'cpp/012run') diff --git a/cpp/012run b/cpp/012run index bd914faa..d2c22e44 100644 --- a/cpp/012run +++ b/cpp/012run @@ -23,9 +23,7 @@ recipe main [ struct call { recipe_number running_recipe; size_t pc; - vector > incoming_atoms; - size_t next_ingredient_to_process; - vector > outgoing_atoms; + // End Call Fields call(recipe_number r) :running_recipe(r), pc(0), next_ingredient_to_process(0) {} }; typedef stack call_stack; @@ -63,7 +61,6 @@ void run(routine rr) { ++rr.calls.top().pc; } size_t& pc = rr.calls.top().pc; -//? cout << "instruction " << TOP_RECIPE.name << '/' << pc << '\n'; //? 2 trace("run") << "instruction " << TOP_RECIPE.name << '/' << pc; switch (instructions[pc].operation) { // Primitive Recipe Implementations. -- cgit 1.4.1-2-gfad0