removed unused variable
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 1 Nov 2007 20:34:08 +0000 (20:34 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 1 Nov 2007 20:34:08 +0000 (20:34 +0000)
[r16413]

ir/lower/lower_intrinsics.c

index 1a04635..15f2bd2 100644 (file)
@@ -309,7 +309,6 @@ int i_mapper_Strcmp(ir_node *call, void *ctx) {
 /* A mapper for memcpy */
 int i_mapper_Memcpy(ir_node *call, void *ctx) {
        ir_node *count = get_Call_param(call, 2);
-       ir_node *irn;
        (void) ctx;
 
        if (is_Const(count) && is_Const_null(count)) {