From: Christoph Mallon Date: Sat, 24 Nov 2012 10:58:49 +0000 (+0100) Subject: beabi: Remove the unused attribute between_type from struct be_abi_call_t. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=115bf0dd2893a1238c6550d18deb5f68186d878b;p=libfirm beabi: Remove the unused attribute between_type from struct be_abi_call_t. --- 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 */ };