Remove unused variable.
authorChristoph Mallon <christoph.mallon@gmx.de>
Thu, 11 Sep 2008 08:24:32 +0000 (08:24 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Thu, 11 Sep 2008 08:24:32 +0000 (08:24 +0000)
[r21833]

ir/ir/irnode.c

index a82224d..2cd8166 100644 (file)
@@ -898,7 +898,6 @@ ir_node *get_End_keepalive(const ir_node *end, int pos) {
 }
 
 void add_End_keepalive(ir_node *end, ir_node *ka) {
-       ir_graph *irg = get_irn_irg(end);
        assert(is_End(end));
        add_irn_n(end, ka);
 }