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:

committed by
Damjan Marion

parent
719d560208
commit
2f89f3ae1d
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user