diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2025-10-07 15:34:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-07 15:34:02 +0100 |
| commit | 24253643d7335da0b1fc82db989be8829775f66a (patch) | |
| tree | 9807e865f772635fe4796646b0af6dad5546746f | |
| parent | d17ee79470e16327049350d462056292348cf6a0 (diff) | |
| parent | 61db9c71f697233773764e51830e413b6bb487f4 (diff) | |
Merge pull request #5757 from Creativty/fix_out_of_place_default_params_exclusion
Fix #5734, Default params exclusion counting in proc groups issue
| -rw-r--r-- | src/check_expr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/check_expr.cpp b/src/check_expr.cpp index 251f196a5..959ea63be 100644 --- a/src/check_expr.cpp +++ b/src/check_expr.cpp @@ -6211,7 +6211,6 @@ gb_internal isize get_procedure_param_count_excluding_defaults(Type *pt, isize * continue; } } - break; } } |