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 d81ea05..cc79b87 100644
--- a/types.h
+++ b/types.h
@@ -427,7 +427,6 @@ typedef struct EachExpr {
U16 flags;
struct {
IdentID id;
- IdentID index_id; /* only set if index is NULL */
} c;
Type type;
Identifier index; /* NULL = no index */