aboutsummaryrefslogtreecommitdiff
path: root/environment.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-06-06 16:36:49 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-06-06 16:36:49 -0400
commitf834073264a5d7319a323ac678eaaa3ef8f4648d (patch)
tree89a3749a7502c06ca336edcba8c221b3fc4b227c /environment.h
parent8c7d53008072dfda8b9d60be92fae1a8046fae5d (diff)
Fix issue with importing modules
Diffstat (limited to 'environment.h')
-rw-r--r--environment.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/environment.h b/environment.h
index 0582dfc0..f2229df8 100644
--- a/environment.h
+++ b/environment.h
@@ -12,7 +12,6 @@ typedef struct {
CORD staticdefs;
CORD funcs;
CORD typeinfos;
- CORD object_files;
} compilation_unit_t;
typedef struct {