Remove test code

This commit is contained in:
gingerBill
2018-08-30 19:33:16 +01:00
parent aa542980ce
commit eb274cf316
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -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);