Browse Source

Merge pull request #5739 from Creativty/master

Fix proc group named operands issue #4971
gingerBill 5 days ago
parent
commit
097a41a6cc
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/check_expr.cpp

+ 0 - 2
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,