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 c71b5fd..a242ee7 100644
--- a/types.h
+++ b/types.h
@@ -518,7 +518,6 @@ enum {
typedef struct StructDef {
/* these two only exist after resolving (before then, it's scope.stmts) */
Field *fields;
- struct Declaration **constants;
Location where;
U8 flags;