mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-30 11:20:08 +00:00
Remove test code
This commit is contained in:
@@ -598,7 +598,6 @@ __dynamic_array_reserve :: proc(array_: rawptr, elem_size, elem_align: int, cap:
|
||||
if cap <= array.cap do return true;
|
||||
|
||||
if array.allocator.procedure == nil {
|
||||
os.write_string(os.stdout, "HERE\n");
|
||||
array.allocator = context.allocator;
|
||||
}
|
||||
assert(array.allocator.procedure != nil);
|
||||
|
||||
Reference in New Issue
Block a user