From: Wolfgang Bumiller Date: Tue, 1 May 2012 14:45:15 +0000 (+0200) Subject: Remove 2 unused variables in create_binop - unused since create_general_instruction X-Git-Tag: 0.1-rc1~525 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=bb7c59c648891b41631753760c8fe14cb5125c9b;p=xonotic%2Fgmqcc.git Remove 2 unused variables in create_binop - unused since create_general_instruction --- 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: