summaryrefslogtreecommitdiffstats
path: root/ml/ml-dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'ml/ml-dummy.c')
-rw-r--r--ml/ml-dummy.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/ml/ml-dummy.c b/ml/ml-dummy.c
index 8db252a841..53444e246f 100644
--- a/ml/ml-dummy.c
+++ b/ml/ml-dummy.c
@@ -19,8 +19,6 @@ bool ml_streaming_enabled() {
void ml_init(void) {}
-void ml_fini(void) {}
-
void ml_host_new(RRDHOST *rh) {
UNUSED(rh);
}
@@ -88,8 +86,4 @@ bool ml_dimension_is_anomalous(RRDDIM *rd, time_t curr_time, double value, bool
return false;
}
-void ml_update_global_statistics_charts(uint64_t models_consulted) {
- UNUSED(models_consulted);
-}
-
#endif