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 b61f190..38262e6 100644
--- a/types.h
+++ b/types.h
@@ -880,7 +880,6 @@ typedef Declaration *DeclarationPtr;
typedef struct ForExpr {
U8 flags;
- Type *type; /* NULL before typing */
Declaration header;
Block body;
union {