From c7d2732ebfc98919894aa1f24c6ecfaafbdb6fb1 Mon Sep 17 00:00:00 2001 From: Costa Tsaousis Date: Tue, 6 Sep 2022 23:38:48 +0300 Subject: remove forgotten avl structure from rrdcalc (#13632) --- database/rrdcalc.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'database') diff --git a/database/rrdcalc.h b/database/rrdcalc.h index 5d356b9d69..02ccaefa39 100644 --- a/database/rrdcalc.h +++ b/database/rrdcalc.h @@ -32,8 +32,6 @@ struct rrdcalc { - avl_t avl; // the index, with key the id - this has to be first! - uint32_t id; // the unique id of this alarm uint32_t next_event_id; // the next event id that will be used for this alarm -- cgit v1.2.3