diff options
Diffstat (limited to 'src/ast.h')
| -rw-r--r-- | src/ast.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -275,7 +275,6 @@ typedef enum { Use, InlineCCode, Deserialize, - Extend, ExplicitlyTyped, } ast_e; #define NUM_AST_TAGS (ExplicitlyTyped + 1) @@ -459,10 +458,6 @@ struct ast_s { type_ast_t *type; } Deserialize; struct { - const char *name; - ast_t *body; - } Extend; - struct { ast_t *ast; struct type_s *type; } ExplicitlyTyped; |
