mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-21 13:14:59 -07:00
Remove tmp_allocator from Checker
This commit is contained in:
@@ -708,7 +708,6 @@ int main(int arg_count, char **arg_ptr) {
|
||||
defer (timings_destroy(&timings));
|
||||
|
||||
init_string_buffer_memory();
|
||||
init_scratch_memory(gb_megabytes(10));
|
||||
init_global_error_collector();
|
||||
|
||||
array_init(&library_collections, heap_allocator());
|
||||
|
||||
Reference in New Issue
Block a user