about summary refs log tree commit diff stats
path: root/010vm.cc
diff options
context:
space:
mode:
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")