summaryrefslogtreecommitdiffstats
path: root/proto/bgp/bgp.c
diff options
context:
space:
mode:
Diffstat (limited to 'proto/bgp/bgp.c')
-rw-r--r--proto/bgp/bgp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/proto/bgp/bgp.c b/proto/bgp/bgp.c
index c6dc4e9..610436f 100644
--- a/proto/bgp/bgp.c
+++ b/proto/bgp/bgp.c
@@ -531,8 +531,5 @@ struct protocol proto_bgp = {
get_status: bgp_get_status,
get_attr: bgp_get_attr,
reconfigure: bgp_reconfigure,
-#if 0
- dump: bgp_dump,
get_route_info: bgp_get_route_info,
-#endif
};