summaryrefslogtreecommitdiffstats
path: root/database
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@netdata.cloud>2022-09-06 23:38:48 +0300
committerGitHub <noreply@github.com>2022-09-06 23:38:48 +0300
commitc7d2732ebfc98919894aa1f24c6ecfaafbdb6fb1 (patch)
tree04f537b5f5535a2dc1438276965bf51f0d434adf /database
parent58c79fd329df7d2187e4aee56fb4a58a9c02c3ae (diff)
remove forgotten avl structure from rrdcalc (#13632)
Diffstat (limited to 'database')
-rw-r--r--database/rrdcalc.h2
1 files changed, 0 insertions, 2 deletions
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