summaryrefslogtreecommitdiff
path: root/types.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-01-21 13:20:25 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2020-01-21 13:21:02 -0500
commit10dbaa3391e8ad4e076a6fcd6f9790d7f625552a (patch)
tree1628328b590799e84daf0593f8eae776038338ac /types.c
parent8406747331eef16a525f0dbf4d26445d243e19d1 (diff)
only load libraries once
Diffstat (limited to 'types.c')
-rw-r--r--types.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/types.c b/types.c
index d0026f3..0c79d33 100644
--- a/types.c
+++ b/types.c
@@ -1476,9 +1476,6 @@ static bool types_expr(Typer *tr, Expression *e) {
- i = 0;
-
-
table_index_type.flags = TYPE_IS_RESOLVED;
table_index_type.kind = TYPE_TUPLE;
table_index_type.tuple = NULL;