CLEANUP: debug: remove the now unused ha_thread_dump_all_to_trash()

The function isn't used anymore since each call place performs its
own loop. Let's get rid of it.
This commit is contained in:
Willy Tarreau
2023-05-04 19:19:04 +02:00
parent 009b5519e6
commit e69919d1ba
2 changed files with 3 additions and 16 deletions

View File

@@ -30,7 +30,6 @@ void ha_thread_dump_one(int thr, int from_signal);
void ha_thread_dump(struct buffer *buf, int thr);
void ha_dump_backtrace(struct buffer *buf, const char *prefix, int dump);
void ha_backtrace_to_stderr(void);
void ha_thread_dump_all_to_trash(void);
void ha_panic(void);
#endif /* _HAPROXY_DEBUG_H */