aboutsummaryrefslogtreecommitdiff
path: root/src/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast.h')
-rw-r--r--src/ast.h5
1 files changed, 0 insertions, 5 deletions
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)
@@ -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;