mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-23 20:33:05 +00:00
Remove 2 unused variables in create_binop - unused since create_general_instruction
This commit is contained in:
parent
22cf7e0a4d
commit
bb7c59c648
1 changed files with 0 additions and 3 deletions
3
ir.c
3
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:
|
||||
|
|
Loading…
Reference in a new issue