From: Christoph Mallon Date: Sat, 18 Oct 2008 09:59:01 +0000 (+0000) Subject: Remove unused variable. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=5f854aadb7073a3b9318c965a76234c309858704;p=libfirm Remove unused variable. [r22981] --- 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);