diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/gluten.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/common/gluten.h b/common/gluten.h index 8d74819..f6be7bb 100644 --- a/common/gluten.h +++ b/common/gluten.h @@ -98,11 +98,6 @@ enum op_type { OP_END, }; -enum value_type { - IMMEDIATE, - REFERENCE, -}; - struct op_nr { long nr; struct gluten_offset no_match; |