From 141a4832f1bfa642b3efffbcc4f5a68698aa021b Mon Sep 17 00:00:00 2001 From: "Moe Charm (CI)" Date: Fri, 28 Nov 2025 16:55:57 +0900 Subject: [PATCH] Cleanup: Remove Phase E5 ultra fast path comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove obsolete comment line referencing deleted Phase E5 code. The actual code was already removed in 2025-11-27 cleanup. Performance: No change (69.7M ops/s) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- core/hakmem_tiny.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/hakmem_tiny.c b/core/hakmem_tiny.c index ebdc2447..0850eec7 100644 --- a/core/hakmem_tiny.c +++ b/core/hakmem_tiny.c @@ -31,8 +31,6 @@ #include "hakmem_prof.h" #include "hakmem_trace.h" // Optional USDT (perf) tracepoints -// Phase E5: Ultra fast path - REMOVED (dead code cleanup 2025-11-27) - extern uint64_t g_bytes_allocated; // from hakmem_tiny_superslab.c // Tiny allocator configuration, debug counters, and return helpers