diff options
| author | xenobas <rahimos.123@gmail.com> | 2025-10-01 18:01:10 +0100 |
|---|---|---|
| committer | xenobas <rahimos.123@gmail.com> | 2025-10-01 18:01:10 +0100 |
| commit | 0158e4009b7bbb68a378037ecb33bd2a836cae2f (patch) | |
| tree | ddd75cd6b677a3331baa624fc184bbefa5f73906 | |
| parent | ea7e9bc11cedb7748547fcaf32837286396053ba (diff) | |
Fix proc group named operands issue #4971
| -rw-r--r-- | src/check_expr.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/check_expr.cpp b/src/check_expr.cpp index c1861652a..fa9de90bb 100644 --- a/src/check_expr.cpp +++ b/src/check_expr.cpp @@ -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, |