[debug/trace] remove TODO

This commit is contained in:
A1029384756
2026-07-28 14:28:23 -04:00
parent e087c3f97d
commit 8ee3c229b6

View File

@@ -7,8 +7,6 @@ import "core:fmt"
import "core:mem"
import "core:sync"
// TODO: should this just be added to `core:mem.Tracking_Allocator`?
/*
The backtrace tracking allocator is a similar allocator as the `core:mem` tracking allocator but keeps
backtraces for each allocation.