summaryrefslogtreecommitdiffstats
path: root/daemon/global_statistics.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/global_statistics.h')
-rw-r--r--daemon/global_statistics.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/daemon/global_statistics.h b/daemon/global_statistics.h
index c200a693b..268b5319e 100644
--- a/daemon/global_statistics.h
+++ b/daemon/global_statistics.h
@@ -8,17 +8,6 @@
// ----------------------------------------------------------------------------
// global statistics
-#define NETDATA_PLUGIN_HOOK_GLOBAL_STATISTICS \
- {.name = "GLOBAL_STATS", \
- .config_section = NULL, \
- .config_name = NULL, \
- .enabled = 1, \
- .thread = NULL, \
- .init_routine = NULL, \
- .start_routine = global_statistics_main},
-
-extern void *global_statistics_main(void *ptr);
-
extern void rrdr_query_completed(uint64_t db_points_read, uint64_t result_points_generated);
extern void finished_web_request_statistics(uint64_t dt,
@@ -29,6 +18,5 @@ extern void finished_web_request_statistics(uint64_t dt,
extern uint64_t web_client_connected(void);
extern void web_client_disconnected(void);
-extern void global_statistics_charts(void);
#endif /* NETDATA_GLOBAL_STATISTICS_H */