summaryrefslogtreecommitdiffstats
path: root/database/metric_correlations.h
diff options
context:
space:
mode:
Diffstat (limited to 'database/metric_correlations.h')
-rw-r--r--database/metric_correlations.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/database/metric_correlations.h b/database/metric_correlations.h
deleted file mode 100644
index 83ea9b74..00000000
--- a/database/metric_correlations.h
+++ /dev/null
@@ -1,11 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#ifndef NETDATA_METRIC_CORRELATIONS_H
-#define NETDATA_METRIC_CORRELATIONS_H 1
-
-extern int enable_metric_correlations;
-extern int metric_correlations_version;
-
-void metric_correlations (RRDHOST *host, BUFFER *wb, long long selected_after, long long selected_before, long long reference_after, long long reference_before, long long max_points);
-
-#endif //NETDATA_METRIC_CORRELATIONS_H