vlib: fix coverity warning

Remove now unused computation result.

Type: fix
Fixes: 3f8b8d30ca
Signed-off-by: Klement Sekera <ksekera@cisco.com>
Change-Id: Iea142cb044d31e364fdc5b8b6dd69681e77d745f
This commit is contained in:
Klement Sekera
2021-11-16 12:39:12 +01:00
committed by Damjan Marion
parent 719d560208
commit 2f89f3ae1d

View File

@ -564,7 +564,6 @@ show_node_runtime (vlib_main_t * vm,
n_clocks += l;
v = n->stats_total.vectors - n->stats_last_clear.vectors;
c = n->stats_total.calls - n->stats_last_clear.calls;
switch (n->type)
{