From 8ee3c229b65c8dfaf76d6f8a10a26c7a55ce06f7 Mon Sep 17 00:00:00 2001 From: A1029384756 Date: Tue, 28 Jul 2026 14:28:23 -0400 Subject: [PATCH] [debug/trace] remove TODO --- core/debug/trace/allocator.odin | 2 -- 1 file changed, 2 deletions(-) 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.