[health][NFC] Remove unused struct. (#10517)
vkalintiris committed
Jan 18, 2021 at 19:59 UTC
5e507fe55203b2c0cfc1610998f6721a4d73805c
1 file changed
-6
health/health.c
-6
@@ -2,12 +2,6 @@
2
3
#include "health.h"
4
5
-struct health_cmdapi_thread_status {
6
- int status;
7
- ;
8
- struct rusage rusage;
9
-};
10
-
5
unsigned int default_health_enabled = 1;
6
char *silencers_filename;
7