authorgravatar for alex_naskos@hotmail.comAlexandros Naskos <alex_naskos@hotmail.com> 2020-02-28 03:48:30+02:00
committergravatar for alex_naskos@hotmail.comAlexandros Naskos <alex_naskos@hotmail.com> 2020-02-28 03:48:30+02:00
log11848fcb5fcb34b778dc19a8c7c2defd8da48f70
treeddd1f98086562b162c179c5abda39c0b3a4f7542
parent261c94629e9cb4fb43541d0930fec873e488d66e

Removed unused variable


1 files changed, 0 insertions(+), 2 deletions(-)

src/ir.cpp-2
......@@ -16961,8 +16961,6 @@ static IrInstGen *ir_analyze_tuple_cat(IrAnalyze *ira, IrInst* source_instr,
1696116961 new_type->data.structure.special = StructSpecialInferredTuple;
1696216962 new_type->data.structure.resolve_status = ResolveStatusBeingInferred;
1696316963
16964 bool is_comptime = ir_should_inline(ira->old_irb.exec, source_instr->scope);
16965
1696616964 IrInstGen *new_struct_ptr = ir_resolve_result(ira, source_instr, no_result_loc(),
1696716965 new_type, nullptr, false, true);
1696816966 uint32_t new_field_count = op1_field_count + op2_field_count;