summaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-01-11 12:34:27 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2020-01-11 12:34:27 -0500
commitd85514452aeb9c8d322ad2b82366ca910d96ba19 (patch)
treea7487d58a0d6ac1c43538829d7d34522a4c5ef37 /types.h
parente82149077d1af30e0949fa20d2932eaae9bac809 (diff)
fixed problem with importing decls
Diffstat (limited to 'types.h')
-rw-r--r--types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/types.h b/types.h
index b994f48..8050c3a 100644
--- a/types.h
+++ b/types.h
@@ -704,7 +704,6 @@ enum {
typedef U16 DeclFlags;
-/* OPTIM: Instead of using dynamic arrays, do two passes. */
typedef struct Declaration {
Location where;
Identifier *idents;
@@ -792,7 +791,6 @@ typedef struct Package {
typedef struct Exporter {
FILE *out; /* .top (toc package) to output to */
- bool export_locations;
bool started;
U64 ident_id;
FnExpr **exported_fns;