remove forgotten avl structure from rrdcalc (#13632)
Costa Tsaousis committed
Sep 6, 2022 at 23:38 UTC
c7d2732ebfc98919894aa1f24c6ecfaafbdb6fb1
1 file changed
-2
database/rrdcalc.h
-2
@@ -32,8 +32,6 @@
32
33
34
struct rrdcalc {
35
- avl_t avl; // the index, with key the id - this has to be first!
36
-
35
uint32_t id; // the unique id of this alarm
36
uint32_t next_event_id; // the next event id that will be used for this alarm
37