From bb7c59c648891b41631753760c8fe14cb5125c9b Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 1 May 2012 16:45:15 +0200 Subject: [PATCH] Remove 2 unused variables in create_binop - unused since create_general_instruction --- ir.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/ir.c b/ir.c index d44ccc8..a390ad7 100644 --- a/ir.c +++ b/ir.c @@ -894,9 +894,6 @@ ir_value* ir_block_create_binop(ir_block *self, const char *label, int opcode, ir_value *left, ir_value *right) { - ir_value *out = NULL; - ir_instr *in = NULL; - int ot = TYPE_VOID; switch (opcode) { case INSTR_ADD_F: -- 2.39.2