From 66b4252931a152a40c3713d0ec96348ae9762444 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sun, 6 May 2018 15:31:18 +0100 Subject: Fix #210 --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main.cpp') 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 -- cgit v1.2.3