aboutsummaryrefslogtreecommitdiff
path: root/src/ast.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-10-04 23:10:43 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-10-04 23:10:43 -0400
commita4cb5ffafc050b519f806f74f0160ad48f76bee6 (patch)
tree7a55f9b2e7c680eaccfa81c3734efdda71e848a3 /src/ast.h
parent4cb2ea78760fabcbf526dee5962a6bf4896639f3 (diff)
Deprecate `extend`
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 142bea19..60cd9077 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -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;