Core: Cleanup todos

This commit is contained in:
Krzosa Karol
2023-04-22 09:34:19 +02:00
parent 8c0b4439af
commit d244608571
3 changed files with 51 additions and 68 deletions

View File

@@ -572,7 +572,7 @@ void next(Ast_Iter *iter) {
case AST_UNION:
case AST_ENUM:
case AST_LAMBDA:
case AST_TYPE: // @cleanup: what is this used for?
case AST_TYPE:
case AST_CONST:
case AST_VAR: {
Ast_Decl *node = (Ast_Decl *)ast;