From bee1cf46a8a2e45daeb44cadc6e1fb021e3f7fdd Mon Sep 17 00:00:00 2001 From: Slobodan Predolac Date: Wed, 15 Jul 2026 23:06:25 -0700 Subject: [PATCH] Fix duplicate opt.stats_print / opt.stats_print_opts in malloc_stats_print --- src/stats.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/stats.c b/src/stats.c index d4b0f4e6..d88b8acb 100644 --- a/src/stats.c +++ b/src/stats.c @@ -1840,8 +1840,6 @@ stats_general_print(emitter_t *emitter) { OPT_WRITE_BOOL("prof_leak_error") OPT_WRITE_BOOL("stats_print") OPT_WRITE_CHAR_P("stats_print_opts") - OPT_WRITE_BOOL("stats_print") - OPT_WRITE_CHAR_P("stats_print_opts") OPT_WRITE_INT64("stats_interval") OPT_WRITE_CHAR_P("stats_interval_opts") OPT_WRITE_CHAR_P("zero_realloc")