aboutsummaryrefslogtreecommitdiff
path: root/src/xkbcomp/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xkbcomp/ast.h')
-rw-r--r--src/xkbcomp/ast.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xkbcomp/ast.h b/src/xkbcomp/ast.h
index ee61106..6c51ce4 100644
--- a/src/xkbcomp/ast.h
+++ b/src/xkbcomp/ast.h
@@ -243,7 +243,6 @@ typedef struct {
union ExprDef {
ParseCommon common;
- /* Maybe someday we can use C11 anonymous struct for ExprCommon here. */
ExprCommon expr;
ExprIdent ident;
ExprString string;