From 45b3067068a95f3440c4caab63525e3fd6722d00 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Mon, 28 May 2018 14:15:08 +0100 Subject: Remove `tmp_allocator` from `Checker` --- 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 703fa42a9..8edd31dc5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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()); -- cgit v1.2.3