mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
Remove debug string
This commit is contained in:
@@ -202,5 +202,4 @@ default_temp_allocator :: proc(allocator: ^Default_Temp_Allocator) -> Allocator
|
|||||||
@(fini, private)
|
@(fini, private)
|
||||||
_destroy_temp_allocator_fini :: proc() {
|
_destroy_temp_allocator_fini :: proc() {
|
||||||
default_temp_allocator_destroy(&global_default_temp_allocator_data)
|
default_temp_allocator_destroy(&global_default_temp_allocator_data)
|
||||||
print_string("fini")
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user