summaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/types.h b/types.h
index c855702..1faf498 100644
--- a/types.h
+++ b/types.h
@@ -526,10 +526,7 @@ typedef struct FnExpr {
typedef struct Instance {
Value val; /* key into hash table */
- union {
- FnExpr fn; /* the typed function */
- Type type; /* the type, resolved */
- };
+ FnExpr fn; /* the typed function */
struct {
U64 id;
} c;