From 115bf0dd2893a1238c6550d18deb5f68186d878b Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Sat, 24 Nov 2012 11:58:49 +0100 Subject: [PATCH] beabi: Remove the unused attribute between_type from struct be_abi_call_t. --- ir/be/beabi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ir/be/beabi.c b/ir/be/beabi.c index 1f16be318..d77d8bffd 100644 --- a/ir/be/beabi.c +++ b/ir/be/beabi.c @@ -76,7 +76,6 @@ struct be_abi_call_t { be_abi_call_flags_t flags; /**< Flags describing the ABI behavior on calls */ int pop; /**< number of bytes the stack frame is shrinked by the callee on return. */ const be_abi_callbacks_t *cb; - ir_type *between_type; set *params; const arch_register_class_t *cls_addr; /**< register class of the call address */ }; -- 2.20.1