about summary refs log tree commit diff stats
path: root/010vm.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-02-07 00:07:16 -0800
committerKartik K. Agaram <vc@akkartik.com>2017-02-07 00:07:16 -0800
commit3c4c9c08071b55a45bfe99a5609cab48d9013b31 (patch)
tree080c35bc0d25bbf8df1e8f5d5d04c2bf1b8688f7 /010vm.cc
parentd9e39b3b1cfac9487a9a0aee2525ea86e3e137b1 (diff)
downloadmu-3c4c9c08071b55a45bfe99a5609cab48d9013b31.tar.gz
3744
Undo 3743. Really any time we create new instructions from whole cloth
during rewriting or transform, the whole notion of 'original name' goes
out the window. Pointless trying to fight that fact of life.
Diffstat (limited to '010vm.cc')
-rw-r--r--010vm.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/010vm.cc b/010vm.cc
index 80a817f3..fea11a50 100644
--- a/010vm.cc
+++ b/010vm.cc
@@ -41,7 +41,6 @@ struct instruction {
   instruction();
   void clear();
   bool is_empty();
-  // End instruction Methods
 };
 
 :(before "struct instruction")