mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-29 09:24:33 +00:00
Fix proc group named operands issue #4971
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user