From c74fba540448f1d4b1aec4de8f3d9ffc395fdde0 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 5 Oct 2025 18:05:07 -0400 Subject: Deprecate `deserialize` keyword and `.serialized()` method --- src/ast.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/ast.h') diff --git a/src/ast.h b/src/ast.h index 60cd9077..93723dbb 100644 --- a/src/ast.h +++ b/src/ast.h @@ -274,7 +274,6 @@ typedef enum { Assert, Use, InlineCCode, - Deserialize, ExplicitlyTyped, } ast_e; #define NUM_AST_TAGS (ExplicitlyTyped + 1) @@ -453,10 +452,6 @@ struct ast_s { struct type_s *type; type_ast_t *type_ast; } InlineCCode; - struct { - ast_t *value; - type_ast_t *type; - } Deserialize; struct { ast_t *ast; struct type_s *type; -- cgit v1.2.3