diff options
| author | gingerBill <bill@gingerbill.org> | 2018-05-06 15:31:18 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-05-06 15:31:18 +0100 |
| commit | 66b4252931a152a40c3713d0ec96348ae9762444 (patch) | |
| tree | 1d0797b1f8a762374ea329e241f57dbc42561c81 /src/main.cpp | |
| parent | fc77b5b4accb8b23c6ecc0a0067b965ba74f6650 (diff) | |
Fix #210
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index bf4d19d30..4c9b255c3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -700,7 +700,6 @@ int main(int arg_count, char **arg_ptr) { init_string_buffer_memory(); init_scratch_memory(gb_megabytes(10)); init_global_error_collector(); - init_cached_type_maps(); array_init(&library_collections, heap_allocator()); // NOTE(bill): 'core' cannot be (re)defined by the user |