X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcpufreq.c;h=b92b1d095226c6a9deea13fa6731d5a68b213478;hb=a294a8d4bc4779fc893575d62b7e50f969a94772;hp=3738b54c2f450eb8f3f4e52994f9180b369d3850;hpb=7c8fb05fcb919fb2d9fc68757c198916396600ce;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));