Remove unused variable.
authorChristoph Mallon <christoph.mallon@gmx.de>
Thu, 25 Oct 2007 15:19:49 +0000 (15:19 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Thu, 25 Oct 2007 15:19:49 +0000 (15:19 +0000)
[r16345]

ir/be/becopyheur4.c

index 03592b9..f370b86 100644 (file)
@@ -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;