mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-04 12:07:45 +00:00
Merge pull request #5739 from Creativty/master
Fix proc group named operands issue #4971
This commit is contained in:
@@ -7482,8 +7482,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