diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-06-13 13:03:13 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-06-13 13:03:13 -0400 |
| commit | 5d682df66c96c4f718a01cb5a738986e3510fcf9 (patch) | |
| tree | 8fe6f35a1220a08e958f0ef500420615b7937d1a | |
| parent | 5757a5023c4c4b252c6a0440e14e8efacaa2668b (diff) | |
Remove unused fields on AST
| -rw-r--r-- | ast.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -268,8 +268,6 @@ struct ast_s { } DocTest; struct { const char *raw_path; - file_t *file; - bool main_program; } Use; struct { const char *directive; |
