about summary refs log tree commit diff stats
path: root/020run.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-09-30 01:57:23 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-09-30 01:57:23 -0700
commit4e49b29e63b0d369b81318ac822dc06ce06786b5 (patch)
treed78b822660f33f40eea08c6747245fb729877073 /020run.cc
parenta0d7a15594990974808cc613a4814d1f86471b5e (diff)
downloadmu-4e49b29e63b0d369b81318ac822dc06ce06786b5.tar.gz
2221
Diffstat (limited to '020run.cc')
-rw-r--r--020run.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/020run.cc b/020run.cc
index 910a1d2d..d1e405a7 100644
--- a/020run.cc
+++ b/020run.cc
@@ -91,7 +91,6 @@ void run_current_routine()
         cout << "not a primitive op: " << current_instruction().operation << '\n';
       }
     }
-    finish_instruction:
     if (SIZE(products) < SIZE(current_instruction().products)) {
       raise << SIZE(products) << " vs " << SIZE(current_instruction().products) << ": failed to write to all products! " << current_instruction().to_string() << end();
     }