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 43befe1..4db0243 100644
--- a/types.h
+++ b/types.h
@@ -528,7 +528,6 @@ typedef struct FnExpr {
typedef struct Instance {
Value val; /* key into hash table */
FnExpr fn; /* the typed function */
- Type *fn_type; /* type of fn */
struct {
U64 id;
} c;