diff options
| author | gingerBill <bill@gingerbill.org> | 2023-02-17 13:04:09 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2023-02-17 13:04:09 +0000 |
| commit | 806f56ca3897b422be7fc3cc068b23c2eeb682c9 (patch) | |
| tree | 237705abf3fcf8652464ed545e8a634dea371445 /core/runtime | |
| parent | c40b6c7c2fd8e193951087197c60a1359ad0002b (diff) | |
Remove debug string
Diffstat (limited to 'core/runtime')
| -rw-r--r-- | core/runtime/default_temporary_allocator.odin | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/runtime/default_temporary_allocator.odin b/core/runtime/default_temporary_allocator.odin index 85e76df6c..9cc17584a 100644 --- a/core/runtime/default_temporary_allocator.odin +++ b/core/runtime/default_temporary_allocator.odin @@ -202,5 +202,4 @@ default_temp_allocator :: proc(allocator: ^Default_Temp_Allocator) -> Allocator @(fini, private) _destroy_temp_allocator_fini :: proc() { default_temp_allocator_destroy(&global_default_temp_allocator_data) - print_string("fini") } |