diff options
| author | gingerBill <bill@gingerbill.org> | 2024-04-16 13:31:49 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2024-04-16 13:31:49 +0100 |
| commit | a61ae7c861fa301684ee1582507061317b11426b (patch) | |
| tree | d2d743c799a493e55ed61631625bb1129be7986f /src/types.cpp | |
| parent | 8a0f9ae108a75d9ca86b8a91fca2f2423e0a58df (diff) | |
Fix #3427
Diffstat (limited to 'src/types.cpp')
| -rw-r--r-- | src/types.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/types.cpp b/src/types.cpp index 97512d29b..18cb12ea1 100644 --- a/src/types.cpp +++ b/src/types.cpp @@ -769,7 +769,6 @@ gb_internal gbString type_to_string (Type *type, bool shorthand=true); gb_internal gbString type_to_string (Type *type, gbAllocator allocator, bool shorthand=true); gb_internal i64 type_size_of_internal(Type *t, TypePath *path); gb_internal i64 type_align_of_internal(Type *t, TypePath *path); -gb_internal void init_map_internal_types(Type *type); gb_internal Type * bit_set_to_int(Type *t); gb_internal bool are_types_identical(Type *x, Type *y); |