X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcpu.c;h=9a565c57aad6e890421ea2860fabc1ec6d6a6549;hb=bc7992ed0693313a2b1fe282a5bf23f1cc9f8e42;hp=e9ab78320d4523848274f726eb42e2bb87eb030f;hpb=a28ebbb8265605a09f0555d1eb036f50b9a784c8;p=collectd.git diff --git a/src/cpu.c b/src/cpu.c index e9ab7832..9a565c57 100644 --- a/src/cpu.c +++ b/src/cpu.c @@ -179,7 +179,6 @@ static void submit (int cpu_num, const char *type_instance, 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, "cpu", sizeof (vl.plugin)); ssnprintf (vl.plugin_instance, sizeof (vl.type_instance),