diff options
Diffstat (limited to 'src/ast.h')
| -rw-r--r-- | src/ast.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -274,7 +274,6 @@ typedef enum { Assert, Use, InlineCCode, - Deserialize, ExplicitlyTyped, } ast_e; #define NUM_AST_TAGS (ExplicitlyTyped + 1) @@ -454,10 +453,6 @@ struct ast_s { type_ast_t *type_ast; } InlineCCode; struct { - ast_t *value; - type_ast_t *type; - } Deserialize; - struct { ast_t *ast; struct type_s *type; } ExplicitlyTyped; |
