From 943a77b825ec2f94fa2492f7e1f3c0533671e885 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Sat, 11 Oct 2008 20:20:24 +0000 Subject: [PATCH] Remove the unused attribute const arch_env_t *arch_env from struct fix_stack_walker_env_t. [r22744] --- ir/be/beabi.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ir/be/beabi.c b/ir/be/beabi.c index 00c7380a8..f5219e0c5 100644 --- a/ir/be/beabi.c +++ b/ir/be/beabi.c @@ -2306,7 +2306,6 @@ typedef ir_node **node_array; typedef struct fix_stack_walker_env_t { node_array sp_nodes; - const arch_env_t *arch_env; } fix_stack_walker_env_t; /** @@ -2332,7 +2331,6 @@ void be_abi_fix_stack_nodes(be_abi_irg_t *env) fix_stack_walker_env_t walker_env; walker_env.sp_nodes = NEW_ARR_F(ir_node*, 0); - walker_env.arch_env = birg->main_env->arch_env; irg_walk_graph(birg->irg, collect_stack_nodes_walker, NULL, &walker_env); -- 2.20.1