From 1b40d186058e1c8c16a9fe0ada522e2a6dee37a0 Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Thu, 11 May 2023 11:26:56 +0200 Subject: gluten: remove unused enum value_type --- common/gluten.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'common') 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; -- cgit v1.2.3