aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTohei Ichikawa <ichikawa.tohei.desu@gmail.com>2025-09-16 10:57:54 -0400
committerTohei Ichikawa <ichikawa.tohei.desu@gmail.com>2025-09-16 10:57:54 -0400
commit5e71ba44562630c50fd04fb50513c5c7758e16f5 (patch)
tree901f509ac44f76de0561091a067083f7243a242a
parent403ca2fb2ea97d5567a70aea43336c87cba7a348 (diff)
Remove an outdated TODO
-rw-r--r--src/check_expr.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/check_expr.cpp b/src/check_expr.cpp
index 417d1b9a4..9a892245c 100644
--- a/src/check_expr.cpp
+++ b/src/check_expr.cpp
@@ -7018,8 +7018,6 @@ gb_internal CallArgumentData check_call_arguments_proc_group(CheckerContext *c,
{
// NOTE(bill, 2019-07-13): This code is used to improve the type inference for procedure groups
// where the same positional parameter has the same type value (and ellipsis)
-
- //TODO: get rid of proc_arg_count. make lhs as long as longest proc with most params. watch out for null safety
isize proc_arg_count = -1;
for (Entity *p : procs) {
Type *pt = base_type(p->type);