about summary refs log tree commit diff stats
path: root/cpp/020run.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-25 00:00:49 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-25 00:00:49 -0700
commitafbe301d4fb3ec3a3c7fa92fe1b360c062dbaa25 (patch)
treeaf4b574d3eb4f5cfadb77b83826bcfb9ea5fd603 /cpp/020run.cc
parent7b6e8a5dd73d04c8717a50eea4031cfc3a78005c (diff)
downloadmu-afbe301d4fb3ec3a3c7fa92fe1b360c062dbaa25.tar.gz
1197
Diffstat (limited to 'cpp/020run.cc')
-rw-r--r--cpp/020run.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/020run.cc b/cpp/020run.cc
index 178ff506..e43085e2 100644
--- a/cpp/020run.cc
+++ b/cpp/020run.cc
@@ -70,7 +70,6 @@ void run_current_routine()
     }
     ++current_step_index();
   }
-  Current_routine = NULL;
 }
 
 //: Some helpers.