summaryrefslogtreecommitdiffstats
path: root/src/daemon/static_threads.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/daemon/static_threads.c (renamed from daemon/static_threads.c)11
1 files changed, 1 insertions, 10 deletions
diff --git a/daemon/static_threads.c b/src/daemon/static_threads.c
index b70373d74..e03819761 100644
--- a/daemon/static_threads.c
+++ b/src/daemon/static_threads.c
@@ -14,7 +14,7 @@ void *service_main(void *ptr);
void *statsd_main(void *ptr);
void *timex_main(void *ptr);
void *profile_main(void *ptr);
-void *replication_thread_main(void *ptr __maybe_unused);
+void *replication_thread_main(void *ptr);
extern bool global_statistics_enabled;
@@ -195,15 +195,6 @@ const struct netdata_static_thread static_threads_common[] = {
.init_routine = NULL,
.start_routine = profile_main
},
- {
- .name = "DYNCFG",
- .config_section = NULL,
- .config_name = NULL,
- .enabled = 1,
- .thread = NULL,
- .init_routine = NULL,
- .start_routine = dyncfg_main
- },
// terminator
{