bgpd: Remove dead code

Remove the accidently left code.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
Donald Sharp 2017-03-06 13:59:06 -05:00
parent 666f2cefa1
commit 2e464a954a

View File

@ -8454,7 +8454,6 @@ DEFUN (show_ip_bgp_route,
afi_t afi = AFI_IP6; afi_t afi = AFI_IP6;
safi_t safi = SAFI_UNICAST; safi_t safi = SAFI_UNICAST;
// vrf_id_t vrf = VRF_DEFAULT;;
char *prefix = NULL; char *prefix = NULL;
struct bgp *bgp = NULL; struct bgp *bgp = NULL;
enum bgp_path_type path_type; enum bgp_path_type path_type;