From ad2b91f44fcc361921d10467fd8d4ee5666c5821 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Sat, 11 Oct 2008 21:12:26 +0000 Subject: [PATCH] Remove the unused enum entry arch_operand_type_last. [r22763] --- ir/be/bearch.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ir/be/bearch.h b/ir/be/bearch.h index 8a2a00f64..f0badfca1 100644 --- a/ir/be/bearch.h +++ b/ir/be/bearch.h @@ -69,8 +69,7 @@ typedef enum arch_operand_type_t { arch_operand_type_memory, arch_operand_type_register, arch_operand_type_immediate, - arch_operand_type_symconst, - arch_operand_type_last + arch_operand_type_symconst } arch_operand_type_t; /** -- 2.20.1