X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fcpufreq.c;h=b92b1d095226c6a9deea13fa6731d5a68b213478;hb=31ee0e5282b59f89ac5c9bcaebb993450e45dba1;hp=3738b54c2f450eb8f3f4e52994f9180b369d3850;hpb=10075e6fe3c384b73c2dd398a1435f8d10e56654;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));