about summary refs log tree commit diff stats
path: root/034call.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-02-14 23:30:59 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-02-15 00:14:34 -0800
commit5ba1c3b9e101b31fc38dae1701b62c373d5ef6f7 (patch)
tree6f0323c262fe7aa0fa917351518cef10d9873b46 /034call.cc
parent996a8acd6c2ce1c7d3b13cfbd799269669b0038b (diff)
downloadmu-5ba1c3b9e101b31fc38dae1701b62c373d5ef6f7.tar.gz
2657 - type-checking for 'merge' instructions
Diffstat (limited to '034call.cc')
-rw-r--r--034call.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/034call.cc b/034call.cc
index ff004dc1..f9ba5def 100644
--- a/034call.cc
+++ b/034call.cc
@@ -165,7 +165,3 @@ while (current_step_index() >= SIZE(Current_routine->steps())) {
   // todo: fail if no products returned
   ++current_step_index();
 }
-
-:(before "End Includes")
-#include <stack>
-using std::stack;