Fix proc group named operands issue #4971

This commit is contained in:
xenobas
2025-10-01 18:01:10 +01:00
parent ea7e9bc11c
commit 0158e4009b

View File

@@ -7488,8 +7488,6 @@ gb_internal CallArgumentData check_call_arguments_proc_group(CheckerContext *c,
Entity *e = proc_entities[valids[0].index];
GB_ASSERT(e != nullptr);
Array<Operand> named_operands = {};
check_call_arguments_single(c, call, operand,
e, e->type,
positional_operands, named_operands,