X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcpu.c;h=57af2dd7f26b105f5aab16fabbc04b53a6342660;hb=dd8429c16bc57f949abb2537e003b76ad88b6f90;hp=8d9c0a6f06388c77b807bd12b5ccf0d81a7e856e;hpb=467d76ea1757cc591b1f215b1ae277b82d67d73c;p=collectd.git diff --git a/src/cpu.c b/src/cpu.c index 8d9c0a6f..57af2dd7 100644 --- a/src/cpu.c +++ b/src/cpu.c @@ -231,8 +231,6 @@ static int init (void) DEBUG ("host_processors returned %i %s", (int) cpu_list_len, cpu_list_len == 1 ? "processor" : "processors"); INFO ("cpu plugin: Found %i processor%s.", (int) cpu_list_len, cpu_list_len == 1 ? "" : "s"); - - cpu_temp_retry_max = 86400 / CDTIME_T_TO_TIME_T (plugin_get_interval ()); /* #endif PROCESSOR_CPU_LOAD_INFO */ #elif defined(HAVE_LIBKSTAT)