summaryrefslogtreecommitdiffstats
path: root/health
diff options
context:
space:
mode:
authorvkalintiris <vasilis@netdata.cloud>2021-01-18 19:59:07 +0200
committerGitHub <noreply@github.com>2021-01-18 19:59:07 +0200
commit5e507fe55203b2c0cfc1610998f6721a4d73805c (patch)
tree28258e523ebcf37697306b1876e5480c54708e77 /health
parentd5df9215ae1ae2eaaf4a79b6dd92d2bf3561a06d (diff)
[health][NFC] Remove unused struct. (#10517)
Diffstat (limited to 'health')
-rw-r--r--health/health.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/health/health.c b/health/health.c
index 1c6189ab92..9f96a6a7a5 100644
--- a/health/health.c
+++ b/health/health.c
@@ -2,12 +2,6 @@
#include "health.h"
-struct health_cmdapi_thread_status {
- int status;
- ;
- struct rusage rusage;
-};
-
unsigned int default_health_enabled = 1;
char *silencers_filename;