From f834073264a5d7319a323ac678eaaa3ef8f4648d Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 6 Jun 2024 16:36:49 -0400 Subject: Fix issue with importing modules --- environment.h | 1 - 1 file changed, 1 deletion(-) (limited to 'environment.h') 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 { -- cgit v1.2.3