Quellcode durchsuchen

Remove an outdated TODO

Tohei Ichikawa vor 3 Wochen
Ursprung
Commit
5e71ba4456
1 geänderte Dateien mit 0 neuen und 2 gelöschten Zeilen
  1. 0 2
      src/check_expr.cpp

+ 0 - 2
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
 		// 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)
 		// 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;
 		isize proc_arg_count = -1;
 		for (Entity *p : procs) {
 		for (Entity *p : procs) {
 			Type *pt = base_type(p->type);
 			Type *pt = base_type(p->type);