diff options
Diffstat (limited to 'daemon/static_threads_linux.c')
-rw-r--r-- | daemon/static_threads_linux.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/daemon/static_threads_linux.c b/daemon/static_threads_linux.c index e55c0fec7..5f7a67768 100644 --- a/daemon/static_threads_linux.c +++ b/daemon/static_threads_linux.c @@ -10,15 +10,6 @@ extern void *timex_main(void *ptr); const struct netdata_static_thread static_threads_linux[] = { { - .name = "PLUGIN[timex]", - .config_section = CONFIG_SECTION_PLUGINS, - .config_name = "timex", - .enabled = 1, - .thread = NULL, - .init_routine = NULL, - .start_routine = timex_main - }, - { .name = "PLUGIN[tc]", .config_section = CONFIG_SECTION_PLUGINS, .config_name = "tc", |