summaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/types.h b/types.h
index 2ac43ec..74b7afc 100644
--- a/types.h
+++ b/types.h
@@ -806,7 +806,6 @@ typedef struct Expression {
struct Expression *rhs;
union {
Field *field; /* for struct. */
- Identifier translated_ident; /* for nms. */
} dot;
} binary;
CallExpr call;