diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-04-24 20:52:06 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-04-24 20:52:06 -0700 |
commit | 5eb49929b0ccc3b1660e9d7d26ba5adec363fb68 (patch) | |
tree | 551cbff0c6139ed6b8aee9ed559f946ddb85a11c /cpp/020run | |
parent | 0d7b60ed1dd71d48777b86d01849767f69fd2511 (diff) | |
download | mu-5eb49929b0ccc3b1660e9d7d26ba5adec363fb68.tar.gz |
1179
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]; } |