Remove unused variable.
authorChristoph Mallon <christoph.mallon@gmx.de>
Sun, 12 Oct 2008 12:57:26 +0000 (12:57 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sun, 12 Oct 2008 12:57:26 +0000 (12:57 +0000)
[r22802]

ir/be/belower.c

index 925a5f7..0ba9259 100644 (file)
@@ -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;;) {