From 7c17a8f2fdc66398f3f374e16cec3f82bb453ff7 Mon Sep 17 00:00:00 2001 From: Daniel Walton Date: Tue, 27 Sep 2016 00:31:28 +0000 Subject: [PATCH] bgpd: remove unused variable Signed-off-by: Daniel Walton --- bgpd/bgp_vty.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.39.5