summaryrefslogtreecommitdiffstats
path: root/ml/ml-dummy.c
diff options
context:
space:
mode:
authorvkalintiris <vasilis@netdata.cloud>2022-11-09 11:02:57 +0200
committerGitHub <noreply@github.com>2022-11-09 11:02:57 +0200
commit44a75ea996268466c38b596294677f3b80350103 (patch)
tree65cc6a32a03e38573232fd4523b913a9aaec9aec /ml/ml-dummy.c
parent9d80f78817916fcf163b081e750dc0b13e8a5a7e (diff)
Remove anomaly rates chart. (#13763)
Diffstat (limited to 'ml/ml-dummy.c')
-rw-r--r--ml/ml-dummy.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/ml/ml-dummy.c b/ml/ml-dummy.c
index 6c0dce6011..492dfe2fce 100644
--- a/ml/ml-dummy.c
+++ b/ml/ml-dummy.c
@@ -43,17 +43,6 @@ bool ml_is_anomalous(RRDDIM *RD, double Value, bool Exists) {
return false;
}
-void ml_process_rrdr(RRDR *R, int MaxAnomalyRates) {
- (void) R;
- (void) MaxAnomalyRates;
-}
-
-void ml_dimension_update_name(RRDSET *RS, RRDDIM *RD, const char *name) {
- (void) RS;
- (void) RD;
- (void) name;
-}
-
bool ml_streaming_enabled() {
return false;
}