From b319156c4f01ee2148841816991aae225dde932b Mon Sep 17 00:00:00 2001 From: Daan Leijen Date: Sun, 2 Mar 2025 15:35:35 -0800 Subject: [PATCH] fix test stress --- test/test-stress.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test-stress.c b/test/test-stress.c index 56aa3228..43d06ad5 100644 --- a/test/test-stress.c +++ b/test/test-stress.c @@ -331,13 +331,11 @@ int main(int argc, char** argv) { #ifndef NDEBUG mi_debug_show_arenas(); mi_collect(true); - /* const char* json = mi_stats_get_json(0, NULL); if (json != NULL) { puts(json); mi_free(json); } - */ #endif mi_stats_print(NULL); #endif