From 5e507fe55203b2c0cfc1610998f6721a4d73805c Mon Sep 17 00:00:00 2001 From: vkalintiris Date: Mon, 18 Jan 2021 19:59:07 +0200 Subject: [health][NFC] Remove unused struct. (#10517) --- health/health.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'health') 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; -- cgit v1.2.3