From 7ef676a9184d125c740cdca7acc91536dab0939c Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Sat, 11 Oct 2008 21:14:22 +0000 Subject: [PATCH] Remove the unused enum arch_operand_type_t. [r22764] --- ir/be/bearch.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ir/be/bearch.h b/ir/be/bearch.h index f0badfca1..0f4a4f1fe 100644 --- a/ir/be/bearch.h +++ b/ir/be/bearch.h @@ -64,14 +64,6 @@ typedef enum arch_register_type_t { bestate code */ } arch_register_type_t; -typedef enum arch_operand_type_t { - arch_operand_type_invalid, - arch_operand_type_memory, - arch_operand_type_register, - arch_operand_type_immediate, - arch_operand_type_symconst -} arch_operand_type_t; - /** * Different types of register allocation requirements. */ -- 2.20.1