From b52774692036b7d75b8b3fc0cd1177ffe5af7943 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Sat, 24 Nov 2012 10:44:20 +0100 Subject: [PATCH] beabi: Remove the unused attribute static_link_pos from struct lower_frame_sels_env_t. --- ir/be/beabi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ir/be/beabi.c b/ir/be/beabi.c index bc0773277..d41c32159 100644 --- a/ir/be/beabi.c +++ b/ir/be/beabi.c @@ -1320,7 +1320,6 @@ typedef struct lower_frame_sels_env_t { ir_node *frame; /**< the current frame */ const arch_register_class_t *sp_class; /**< register class of the stack pointer */ ir_type *frame_tp; /**< the frame type */ - int static_link_pos; /**< argument number of the hidden static link */ } lower_frame_sels_env_t; /** -- 2.20.1