diff options
Diffstat (limited to 'src/ast.h')
| -rw-r--r-- | src/ast.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -140,7 +140,6 @@ typedef enum { Extern, StructDef, EnumDef, LangDef, Index, FieldAccess, Optional, NonOptional, - Moment, DocTest, Use, InlineCCode, @@ -319,9 +318,6 @@ struct ast_s { ast_t *value; } Optional, NonOptional; struct { - Moment_t moment; - } Moment; - struct { ast_t *expr, *expected; bool skip_source:1; } DocTest; |
