diff --git a/core/debug/trace/allocator.odin b/core/debug/trace/allocator.odin index 588d37fbf..642561bac 100644 --- a/core/debug/trace/allocator.odin +++ b/core/debug/trace/allocator.odin @@ -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.