Code

Merge branch 'collectd-4.5' into collectd-4.6
[collectd.git] / src / vmem.c
index 25f7c70cd3c15b581f0f22f3252e921c82373c33..6775d20ddf0b3b4788fb4132d8359334af1d045b 100644 (file)
@@ -45,7 +45,6 @@ static void submit (const char *plugin_instance, const char *type,
   vl.values = values;
   vl.values_len = values_len;
 
-  vl.time = time (NULL);
   sstrncpy (vl.host, hostname_g, sizeof (vl.host));
   sstrncpy (vl.plugin, "vmem", sizeof (vl.plugin));
   if (plugin_instance != NULL)