X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcpu.c;h=57af2dd7f26b105f5aab16fabbc04b53a6342660;hb=aa6e321ec2779a8c3c6a655d3ecd25596f001af9;hp=8d9c0a6f06388c77b807bd12b5ccf0d81a7e856e;hpb=028a748eb9b4a7db82a200fbc36da5a681df1504;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)