mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-03 19:52:30 +00:00
Remove now-implemented TODO
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user