diff options
| author | gingerBill <bill@gingerbill.org> | 2018-05-28 14:15:08 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-05-28 14:15:08 +0100 |
| commit | 45b3067068a95f3440c4caab63525e3fd6722d00 (patch) | |
| tree | c34bda084461e652c71b45497f292a4e30d69a9b /src/main.cpp | |
| parent | b7858a66b94e87830c0c777547c4f411c4d8d259 (diff) | |
Remove `tmp_allocator` from `Checker`
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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()); |