From 21995a3c60220577108db553494c19402195496f Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 12 Jul 2007 10:13:05 +0000 Subject: [PATCH] removed unused variable [r15073] --- ir/be/bechordal_draw.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ir/be/bechordal_draw.c b/ir/be/bechordal_draw.c index 7bc0ff820..153f6aa39 100644 --- a/ir/be/bechordal_draw.c +++ b/ir/be/bechordal_draw.c @@ -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; -- 2.20.1