diff --git a/base/runtime/heap_allocator_implementation.odin b/base/runtime/heap_allocator_implementation.odin index cf3f2d795..28bfc6505 100644 --- a/base/runtime/heap_allocator_implementation.odin +++ b/base/runtime/heap_allocator_implementation.odin @@ -524,7 +524,6 @@ heap_cache_register_superpage :: proc "contextless" (superpage: ^Heap_Superpage) heap_cache_add_slab(slab, heap_bin_size_to_rank(slab.bin_size)) } - i += 1 heap_debug_cover(.Superpage_Registered_With_Slab_In_Use) } }