From b678465c11517a5342b1ec5aa4fe21570f13a3ed Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 29 Aug 2025 21:25:03 +0900 Subject: feat: add utility function to dump any internal object as JSON --- src/ast.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ast.h') diff --git a/src/ast.h b/src/ast.h index 90fdeb0..8940aee 100644 --- a/src/ast.h +++ b/src/ast.h @@ -33,7 +33,6 @@ struct Type { }; typedef struct Type Type; -void type_dump(Type* ty); Type* type_new(TypeKind kind); Type* type_new_ptr(Type* base); Type* type_new_array(Type* elem, int size); -- cgit v1.2.3-70-g09d2