Skip to content

Commit 5e71ba4

Browse files
committed
Remove an outdated TODO
1 parent 403ca2f commit 5e71ba4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/check_expr.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7018,8 +7018,6 @@ gb_internal CallArgumentData check_call_arguments_proc_group(CheckerContext *c,
70187018
{
70197019
// NOTE(bill, 2019-07-13): This code is used to improve the type inference for procedure groups
70207020
// where the same positional parameter has the same type value (and ellipsis)
7021-
7022-
//TODO: get rid of proc_arg_count. make lhs as long as longest proc with most params. watch out for null safety
70237021
isize proc_arg_count = -1;
70247022
for (Entity *p : procs) {
70257023
Type *pt = base_type(p->type);

0 commit comments

Comments
 (0)