diff options
| author | gingerBill <bill@gingerbill.org> | 2023-06-14 14:56:33 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2023-06-14 14:56:33 +0100 |
| commit | c66ac9725ee89df82b70a1109ee1988360d5ab6d (patch) | |
| tree | a955bec2d28a28d6adf1916098da89f2c7c41697 /src/parser.cpp | |
| parent | feacc5cd1176f93fc4b52c081d8ad93ed391df00 (diff) | |
Separate out logic for checking mixture of named and unnamed parameters
Diffstat (limited to 'src/parser.cpp')
| -rw-r--r-- | src/parser.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/parser.cpp b/src/parser.cpp index 883342b21..96b7c96ea 100644 --- a/src/parser.cpp +++ b/src/parser.cpp @@ -2777,8 +2777,6 @@ gb_internal Ast *parse_call_expr(AstFile *f, Ast *operand) { Ast *value = parse_value(f); arg = ast_field_value(f, arg, value, eq); - - } array_add(&args, arg); |