Fix duplicate opt.stats_print / opt.stats_print_opts in malloc_stats_print

This commit is contained in:
Slobodan Predolac 2026-07-15 23:06:25 -07:00
parent 8361239b03
commit bee1cf46a8

View file

@ -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")