From: Christoph Mallon Date: Sat, 24 Nov 2012 09:44:20 +0000 (+0100) Subject: beabi: Remove the unused attribute static_link_pos from struct lower_frame_sels_env_t. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=b52774692036b7d75b8b3fc0cd1177ffe5af7943;p=libfirm beabi: Remove the unused attribute static_link_pos from struct lower_frame_sels_env_t. --- 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; /**