From: Christoph Mallon Date: Sun, 12 Oct 2008 12:57:26 +0000 (+0000) Subject: Remove unused variable. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;ds=sidebyside;h=04782d924aa40c7eff7a631600dd647116a52b24;p=libfirm Remove unused variable. [r22802] --- diff --git a/ir/be/belower.c b/ir/be/belower.c index 925a5f7cf..0ba9259eb 100644 --- a/ir/be/belower.c +++ b/ir/be/belower.c @@ -513,7 +513,6 @@ static INLINE ir_node *belower_skip_proj(ir_node *irn) { static ir_node *find_copy(ir_node *irn, ir_node *op) { - ir_node *block = get_nodes_block(irn); ir_node *cur_node; for (cur_node = irn;;) {