X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Firq.c;h=986efafbb8e77a5d19debbfa0b634cbec230ffdc;hb=2239c03fe46755183c756e81ac19cd416a8f0184;hp=9b7e61877d8c62bafc009e91e1f792c43024e63e;hpb=abfe65ffb5239060c0c9558d916bbeddee0bc86c;p=collectd.git diff --git a/src/irq.c b/src/irq.c index 9b7e6187..986efafb 100644 --- a/src/irq.c +++ b/src/irq.c @@ -131,7 +131,6 @@ static void irq_submit (unsigned int irq, counter_t value) vl.values = values; vl.values_len = 1; - vl.time = time (NULL); sstrncpy (vl.host, hostname_g, sizeof (vl.host)); sstrncpy (vl.plugin, "irq", sizeof (vl.plugin)); sstrncpy (vl.type, "irq", sizeof (vl.type));