Browse Source

Remove now-implemented TODO

Jeroen van Rijn 4 months ago
parent
commit
3d13beb3ec
1 changed files with 0 additions and 2 deletions
  1. 0 2
      core/mem/tlsf/tlsf.odin

+ 0 - 2
core/mem/tlsf/tlsf.odin

@@ -113,8 +113,6 @@ init_from_allocator :: proc(control: ^Allocator, backing: runtime.Allocator, ini
 
 	control.new_pool_size = uint(new_pool_size)
 
-	// TODO(Jeroen): Add automatically growing the pools from the backing allocator
-
 	return free_all(control)
 }
 init :: proc{init_from_buffer, init_from_allocator}