X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvlib%2Fnode_cli.c;h=77fef775a2fb90c3b31cf5ce4ab725f77454cf7f;hb=2f89f3ae1d0dd11b019d8ba0badf3133a9837dd9;hp=d7c7d11aedb2fff5af33e3080bb0eaa3b69a5d44;hpb=719d5602080cdf9839d4699d8e22c6968aac8adf;p=vpp.git diff --git a/src/vlib/node_cli.c b/src/vlib/node_cli.c index d7c7d11aedb..77fef775a2f 100644 --- a/src/vlib/node_cli.c +++ b/src/vlib/node_cli.c @@ -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) {