removed unused variable
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 12 Jul 2007 10:13:05 +0000 (10:13 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 12 Jul 2007 10:13:05 +0000 (10:13 +0000)
[r15073]

ir/be/bechordal_draw.c

index 7bc0ff8..153f6aa 100644 (file)
@@ -383,7 +383,6 @@ static void draw_block(ir_node *bl, void *data)
        const draw_chordal_opts_t *opts    = env->opts;
        struct block_dims         *dims    = pmap_get(env->block_dims, bl);
        char                      buf[64];
-       ir_node                   *irn;
        border_t                  *b;
        int                       idx;