summaryrefslogtreecommitdiff
path: root/inc/instr.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/instr.h')
-rw-r--r--inc/instr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/inc/instr.h b/inc/instr.h
index 62af09a..85eae5b 100644
--- a/inc/instr.h
+++ b/inc/instr.h
@@ -62,8 +62,6 @@ enum Mnemonic {
NOP,
};
-enum Type { R, I, J, INV };
-
namespace instr
{
// clang-format off