From: Christoph Mallon Date: Thu, 25 Oct 2007 15:19:49 +0000 (+0000) Subject: Remove unused variable. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=f35eafa2ce8f04e1a592c7032a14760d5f6638ea;p=libfirm Remove unused variable. [r16345] --- diff --git a/ir/be/becopyheur4.c b/ir/be/becopyheur4.c index 03592b971..f370b86b1 100644 --- a/ir/be/becopyheur4.c +++ b/ir/be/becopyheur4.c @@ -1136,7 +1136,7 @@ static void color_aff_chunk(co_mst_env_t *env, aff_chunk_t *c) { waitq *best_starts = NULL; col_cost_t *order = alloca(env->k * sizeof(order[0])); bitset_t *visited; - int col, idx, len, i; + int idx, len, i; struct list_head changed_ones; bitset_pos_t pos;