aboutsummaryrefslogtreecommitdiff
path: root/ast.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-02-07 20:25:48 -0500
committerBruce Hill <bruce@bruce-hill.com>2025-02-07 20:25:48 -0500
commit6310f0565641dd64ae435c6a352c76e54fb9ddba (patch)
tree1c65dee9dc8e4c7088d0fbe3114bb8da5007acbe /ast.h
parent362146e2955eb48de85d9df04cec549dfe72624a (diff)
Remove dead code
Diffstat (limited to 'ast.h')
-rw-r--r--ast.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/ast.h b/ast.h
index 173b3178..dbc14ece 100644
--- a/ast.h
+++ b/ast.h
@@ -146,7 +146,7 @@ typedef enum {
DocTest,
Use,
InlineCCode,
- Serialize, Deserialize,
+ Deserialize,
} ast_e;
struct ast_s {
@@ -330,9 +330,6 @@ struct ast_s {
} InlineCCode;
struct {
ast_t *value;
- } Serialize;
- struct {
- ast_t *value;
type_ast_t *type;
} Deserialize;
} __data;