diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-03-06 19:59:06 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-03-06 19:59:06 +0100 |
commit | 2e464a954ae85fd88895763b84c35b39223d1f50 (patch) | |
tree | bb8e7db57655d214f511872e7d544ae7d3a3e865 /bgpd/bgp_route.c | |
parent | bgpd: Fix more assignments inside of if statement (diff) | |
download | frr-2e464a954ae85fd88895763b84c35b39223d1f50.tar.xz frr-2e464a954ae85fd88895763b84c35b39223d1f50.zip |
bgpd: Remove dead code
Remove the accidently left code.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to '')
-rw-r--r-- | bgpd/bgp_route.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bgpd/bgp_route.c b/bgpd/bgp_route.c index 54cc7aa03..ced587e73 100644 --- a/bgpd/bgp_route.c +++ b/bgpd/bgp_route.c @@ -8454,7 +8454,6 @@ DEFUN (show_ip_bgp_route, afi_t afi = AFI_IP6; safi_t safi = SAFI_UNICAST; - // vrf_id_t vrf = VRF_DEFAULT;; char *prefix = NULL; struct bgp *bgp = NULL; enum bgp_path_type path_type; |