From 09c899ea24ddcbd464584b9d1b935545d8e72a64 Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Sat, 29 Jul 2023 05:54:54 -0700 Subject: Comment out usages of arena --- src/bun.js/api/bun.zig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/bun.js/api') diff --git a/src/bun.js/api/bun.zig b/src/bun.js/api/bun.zig index 85d2e7f83..5b7f9a513 100644 --- a/src/bun.js/api/bun.zig +++ b/src/bun.js/api/bun.zig @@ -1375,7 +1375,8 @@ fn dump_mimalloc( _: []const JSC.C.JSValueRef, _: JSC.C.ExceptionRef, ) JSC.C.JSValueRef { - globalThis.bunVM().arena.dumpStats(); + _ = globalThis; + // globalThis.bunVM().arena.dumpStats(); return JSC.JSValue.jsUndefined().asObjectRef(); } -- cgit v1.2.3