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