From: Michael Beck Date: Sat, 16 Apr 2011 23:42:24 +0000 (+0200) Subject: C99 feature removed. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=893bc5484d434f129920cc318e3a5814b40e9dba;hp=2a018b8111bd0596816c1d00c38a0024857753f7;p=libfirm C99 feature removed. --- diff --git a/ir/ir/irssacons.c b/ir/ir/irssacons.c index 9470a8bb0..a96c48f25 100644 --- a/ir/ir/irssacons.c +++ b/ir/ir/irssacons.c @@ -40,9 +40,9 @@ static void (*ssa_cons_walker)(ir_graph *, irg_walk_func *, irg_walk_func *, voi */ static void prepare_blocks(ir_node *block, void *env) { - (void)env; unsigned n_loc = current_ir_graph->n_loc; struct obstack *obst = current_ir_graph->obst; + (void)env; /* reset mature flag */ set_Block_matured(block, 0); block->attr.block.graph_arr = NEW_ARR_D(ir_node *, obst, n_loc);