From 5f854aadb7073a3b9318c965a76234c309858704 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Sat, 18 Oct 2008 09:59:01 +0000 Subject: [PATCH] Remove unused variable. [r22981] --- ir/be/beblocksched.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ir/be/beblocksched.c b/ir/be/beblocksched.c index b977abc26..11fb8c0a1 100644 --- a/ir/be/beblocksched.c +++ b/ir/be/beblocksched.c @@ -506,7 +506,6 @@ static void collect_egde_frequency_ilp(ir_node *block, void *data) } else { int i; - int *edgenums = alloca(sizeof(edgenums[0]) * arity); snprintf(name, sizeof(name), "block_in_constr_%ld", get_irn_node_nr(block)); cst = lpp_add_cst_uniq(env->lpp, name, lpp_greater, arity - 1); -- 2.20.1