summaryrefslogtreecommitdiffstats
path: root/src/daemon/static_threads.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/static_threads.c')
-rw-r--r--src/daemon/static_threads.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/daemon/static_threads.c b/src/daemon/static_threads.c
index c6ec79956..3e5b7e350 100644
--- a/src/daemon/static_threads.c
+++ b/src/daemon/static_threads.c
@@ -133,7 +133,6 @@ const struct netdata_static_thread static_threads_common[] = {
},
#endif
-#ifdef ENABLE_ACLK
{
.name = "ACLK_MAIN",
.config_section = NULL,
@@ -143,7 +142,6 @@ const struct netdata_static_thread static_threads_common[] = {
.init_routine = NULL,
.start_routine = aclk_main
},
-#endif
{
.name = "RRDCONTEXT",