aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast.h')
-rw-r--r--src/ast.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ast.h b/src/ast.h
index 13fbf55..399befc 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -116,7 +116,6 @@ enum AstNodeKind {
AstNodeKind_unary_expr,
AstNodeKind_union_decl,
AstNodeKind_union_def,
- AstNodeKind_union_member,
// Intermediate ASTs: they are used only in parsing, not for parse result.
AstNodeKind_declarator,