diff options
Diffstat (limited to 'inc/instr.h')
-rw-r--r-- | inc/instr.h | 2 |
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 |