summaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/types.h b/types.h
index 78d4b42..ba972a5 100644
--- a/types.h
+++ b/types.h
@@ -631,9 +631,6 @@ typedef struct FnExpr {
/* if name = NULL, this is an anonymous function, and id will be the ID of the fn. */
Identifier name;
IdentID id;
- /* needed for imported templates atm */
- bool declared;
- bool defined;
} c;
U8 flags;
} FnExpr; /* an expression such as fn(x: int) int { 2 * x } */