From 12418cfbfc89ab3da53e4ccb2185073286f6bfa7 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Sat, 24 Nov 2012 09:32:10 +0100 Subject: [PATCH] beabi: Remove the unused attribute start_block_bias from struct be_abi_irg_t. --- ir/be/beabi.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ir/be/beabi.c b/ir/be/beabi.c index 694cc9a0d..7833fa88b 100644 --- a/ir/be/beabi.c +++ b/ir/be/beabi.c @@ -94,8 +94,6 @@ struct be_abi_irg_t { ir_node *start; /**< The be_Start params node. */ pmap *regs; /**< A map of all callee-save and ignore regs to their Projs to the RegParams node. */ - int start_block_bias; /**< The stack bias at the end of the start block. */ - pmap *keep_map; /**< mapping blocks to keep nodes. */ ir_node **calls; /**< flexible array containing all be_Call nodes */ -- 2.20.1