Code

Merge remote-tracking branch 'github/pr/387'
[collectd.git] / src / cpufreq.c
index 3738b54c2f450eb8f3f4e52994f9180b369d3850..b92b1d095226c6a9deea13fa6731d5a68b213478 100644 (file)
@@ -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));