diff options
Diffstat (limited to 'cpp/020run')
-rw-r--r-- | cpp/020run | 4 |
1 files changed, 0 insertions, 4 deletions
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<instruction>& 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]; } |