beabi: Remove the unused attribute static_link_pos from struct lower_frame_sels_env_t.
authorChristoph Mallon <christoph.mallon@gmx.de>
Sat, 24 Nov 2012 09:44:20 +0000 (10:44 +0100)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sat, 24 Nov 2012 10:01:34 +0000 (11:01 +0100)
ir/be/beabi.c

index bc07732..d41c321 100644 (file)
@@ -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;
 
 /**