diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-02-07 20:25:48 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-02-07 20:25:48 -0500 |
| commit | 6310f0565641dd64ae435c6a352c76e54fb9ddba (patch) | |
| tree | 1c65dee9dc8e4c7088d0fbe3114bb8da5007acbe /ast.h | |
| parent | 362146e2955eb48de85d9df04cec549dfe72624a (diff) | |
Remove dead code
Diffstat (limited to 'ast.h')
| -rw-r--r-- | ast.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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; |
