diff options
| author | gingerBill <bill@gingerbill.org> | 2019-10-31 22:58:38 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2019-10-31 22:58:38 +0000 |
| commit | a20c31d6b509076141fe69f33d2fe3b465122f78 (patch) | |
| tree | ac58769b8c21bc5df981c1cf5f0e74589a2b2082 /src/check_expr.cpp | |
| parent | 560bdc339b1137ab6f52878a13dce0a4742b6153 (diff) | |
Fix polymorphic record parameter determination bug caused by polymorphic constants not being handled correctly #447
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 254a7ce51..fae38fa01 100644 --- a/src/check_expr.cpp +++ b/src/check_expr.cpp @@ -6344,8 +6344,6 @@ CallArgumentError check_polymorphic_record_type(CheckerContext *c, Operand *oper return err; } - - String generated_name = make_string_c(expr_to_string(call)); CheckerContext ctx = *c; |