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