diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2025-10-07 15:34:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-07 15:34:33 +0100 |
| commit | 097a41a6cca085be6cb7534ca4a9a6b5dbb8dcf0 (patch) | |
| tree | 7afc00e9cc2082ceb1b00f5ef44f27711bbc4f2a /src/check_expr.cpp | |
| parent | 24253643d7335da0b1fc82db989be8829775f66a (diff) | |
| parent | 0158e4009b7bbb68a378037ecb33bd2a836cae2f (diff) | |
Merge pull request #5739 from Creativty/master
Fix proc group named operands issue #4971
Diffstat (limited to 'src/check_expr.cpp')
| -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 959ea63be..8834091d1 100644 --- a/src/check_expr.cpp +++ b/src/check_expr.cpp @@ -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, |