mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-18 14:19:04 +02:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user