summaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/types.h b/types.h
index 92a4a5c..aabf246 100644
--- a/types.h
+++ b/types.h
@@ -437,7 +437,6 @@ enum {
};
typedef U8 TypeFlags;
typedef struct Type {
- struct Expression *was_expr; /* if non-NULL, indicates that this type used to be an expression (TYPE_EXPR) */
TypeKind kind;
TypeFlags flags;
union {
@@ -507,7 +506,6 @@ enum {
typedef struct StructDef {
/* these two only exist after resolving (before then, it's scope.stmts) */
Field *fields;
-
Location where;
U8 flags;
/*