Core: Cleanup todos
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user