Merge branch 'collectd-4.5' into collectd-4.6
[collectd.git] / src / memory.c
index 991726c..6ea6205 100644 (file)
@@ -111,7 +111,6 @@ static void memory_submit (const char *type_instance, gauge_t value)
 
        vl.values = values;
        vl.values_len = 1;
-       vl.time = time (NULL);
        sstrncpy (vl.host, hostname_g, sizeof (vl.host));
        sstrncpy (vl.plugin, "memory", sizeof (vl.plugin));
        sstrncpy (vl.type, "memory", sizeof (vl.type));