Skip to content

Commit

Permalink
remove copy and paste artifact bricking mixed
Browse files Browse the repository at this point in the history
  • Loading branch information
probably-neb committed May 10, 2024
1 parent 49a1621 commit be16362
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ir/stack.zig
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,6 @@ fn gen_selector_chain(

utils.assert(prevField.type == .strct, "prevField.type.isStruct in `gen_selector_chain`", .{});
structType = try ir.types.get(prevField.type.strct);
fieldInfo = try structType.getFieldWithName(fieldNameID);
fieldNameID = ir.internIdentNodeAt(ast, chainLink.ident);
fieldInfo = try structType.getFieldWithName(fieldNameID);
fieldIndex = fieldInfo.index;
Expand Down

0 comments on commit be16362

Please sign in to comment.