aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2025-10-07 15:34:33 +0100
committerGitHub <noreply@github.com>2025-10-07 15:34:33 +0100
commit097a41a6cca085be6cb7534ca4a9a6b5dbb8dcf0 (patch)
tree7afc00e9cc2082ceb1b00f5ef44f27711bbc4f2a /src
parent24253643d7335da0b1fc82db989be8829775f66a (diff)
parent0158e4009b7bbb68a378037ecb33bd2a836cae2f (diff)
Merge pull request #5739 from Creativty/master
Fix proc group named operands issue #4971
Diffstat (limited to 'src')
-rw-r--r--src/check_expr.cpp2
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,