summaryrefslogtreecommitdiffstats
path: root/health/health.c
diff options
context:
space:
mode:
Diffstat (limited to 'health/health.c')
-rw-r--r--health/health.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/health/health.c b/health/health.c
index 6046a1f1bb..87dddbfb6e 100644
--- a/health/health.c
+++ b/health/health.c
@@ -795,9 +795,6 @@ static void health_execute_delayed_initializations(RRDHOST *host) {
if(!rrdset_flag_check(st, RRDSET_FLAG_PENDING_HEALTH_INITIALIZATION)) continue;
rrdset_flag_clear(st, RRDSET_FLAG_PENDING_HEALTH_INITIALIZATION);
- if(unlikely(rrdset_is_ar_chart(st)))
- continue;
-
worker_is_busy(WORKER_HEALTH_JOB_DELAYED_INIT_RRDSET);
if(!st->rrdfamily)