aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2018-05-06 15:31:18 +0100
committergingerBill <bill@gingerbill.org>2018-05-06 15:31:18 +0100
commit66b4252931a152a40c3713d0ec96348ae9762444 (patch)
tree1d0797b1f8a762374ea329e241f57dbc42561c81 /src/main.cpp
parentfc77b5b4accb8b23c6ecc0a0067b965ba74f6650 (diff)
Fix #210
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
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