From dfe3a2ed5f668f39474d6e174b0d41db80fa33dc 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 f619055a..85fe1be8 100644 --- a/src/stats.c +++ b/src/stats.c @@ -1839,8 +1839,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")