From 5eb49929b0ccc3b1660e9d7d26ba5adec363fb68 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 24 Apr 2015 20:52:06 -0700 Subject: 1179 --- cpp/020run | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cpp/020run') diff --git a/cpp/020run b/cpp/020run index 738545ee..2f08b23c 100644 --- a/cpp/020run +++ b/cpp/020run @@ -86,10 +86,6 @@ inline const string& current_recipe_name() { return Recipe[Current_routine->running_recipe].name; } -inline vector& steps() { - return Recipe[Current_routine->running_recipe].steps; -} - inline const instruction& current_instruction() { return Recipe[Current_routine->running_recipe].steps[Current_routine->running_step_index]; } -- cgit 1.4.1-2-gfad0