This commit is contained in:
gingerBill
2018-05-06 15:31:18 +01:00
parent fc77b5b4ac
commit 66b4252931
5 changed files with 2 additions and 99 deletions
-1
View File
@@ -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