aboutsummaryrefslogtreecommitdiff
path: root/src/check_expr.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2022-01-23 15:40:46 +0000
committergingerBill <bill@gingerbill.org>2022-01-23 15:40:46 +0000
commit56b4e0a3c393dd0d820b4d82467c33e0e72298a6 (patch)
tree40ce1e75cda0398a2239a92c117d7c94f75da70f /src/check_expr.cpp
parent27dbe84f79f917998cc472d4bcb0a6a93811b1b8 (diff)
Fix #1267
Diffstat (limited to 'src/check_expr.cpp')
-rw-r--r--src/check_expr.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/check_expr.cpp b/src/check_expr.cpp
index 8667d8734..99d351753 100644
--- a/src/check_expr.cpp
+++ b/src/check_expr.cpp
@@ -6085,7 +6085,8 @@ CallArgumentError check_polymorphic_record_type(CheckerContext *c, Operand *oper
}
// NOTE(bill): Add type info the parameters
- add_type_info_type(c, o->type);
+ // TODO(bill, 2022-01-23): why was this line added in the first place? I'm commenting it out for the time being
+ // add_type_info_type(c, o->type);
}
{