From: Daniel Walton Date: Tue, 27 Sep 2016 00:31:28 +0000 (+0000) Subject: bgpd: remove unused variable X-Git-Tag: frr-3.0-branchpoint~129^2~143 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=7c17a8f2fdc66398f3f374e16cec3f82bb453ff7;p=mirror%2Ffrr.git bgpd: remove unused variable Signed-off-by: Daniel Walton --- diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c index 1fcdede2db..9491e09470 100644 --- a/bgpd/bgp_vty.c +++ b/bgpd/bgp_vty.c @@ -745,7 +745,6 @@ DEFUN (no_router_bgp, BGP_INSTANCE_HELP_STR) { int idx_asn = 3; - int idx_view_vrf = 4; int idx_vrf = 5; as_t as; struct bgp *bgp;