From 3c4c9c08071b55a45bfe99a5609cab48d9013b31 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 7 Feb 2017 00:07:16 -0800 Subject: 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. --- 010vm.cc | 1 - 1 file changed, 1 deletion(-) (limited to '010vm.cc') 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") -- cgit 1.4.1-2-gfad0