X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcpufreq.c;h=b92b1d095226c6a9deea13fa6731d5a68b213478;hb=bc7992ed0693313a2b1fe282a5bf23f1cc9f8e42;hp=3738b54c2f450eb8f3f4e52994f9180b369d3850;hpb=a28ebbb8265605a09f0555d1eb036f50b9a784c8;p=collectd.git diff --git a/src/cpufreq.c b/src/cpufreq.c index 3738b54c..b92b1d09 100644 --- a/src/cpufreq.c +++ b/src/cpufreq.c @@ -67,7 +67,6 @@ static void cpufreq_submit (int cpu_num, double value) vl.values = values; vl.values_len = 1; - vl.time = time (NULL); sstrncpy (vl.host, hostname_g, sizeof (vl.host)); sstrncpy (vl.plugin, "cpufreq", sizeof (vl.plugin)); sstrncpy (vl.type, "cpufreq", sizeof (vl.type));