aboutsummaryrefslogtreecommitdiff
path: root/src/types.c
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2017-04-07 14:05:28 +0100
committerGinger Bill <bill@gingerbill.org>2017-04-07 14:05:28 +0100
commit83ebb24015f8f1e1f03e7a7ea2737187bf2c176c (patch)
treeb4637a55bcc9126233d92387cdabd2425ff6e4af /src/types.c
parent70f9cacdcec3f4294b19ee22937f990d645bccf2 (diff)
Move to `Raw_*` types to raw.odin; Add size and align members to Type_Info
Diffstat (limited to 'src/types.c')
-rw-r--r--src/types.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/types.c b/src/types.c
index c99aeeb18..22bcbae83 100644
--- a/src/types.c
+++ b/src/types.c
@@ -349,8 +349,6 @@ gb_global Type *t_allocator_ptr = NULL;
gb_global Type *t_context = NULL;
gb_global Type *t_context_ptr = NULL;
-gb_global Type *t_raw_dynamic_array = NULL;
-gb_global Type *t_raw_dynamic_array_ptr = NULL;
gb_global Type *t_map_key = NULL;
gb_global Type *t_map_header = NULL;