summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_engine.c
diff options
context:
space:
mode:
Diffstat (limited to 'bgpd/bgp_engine.c')
-rw-r--r--bgpd/bgp_engine.c26
1 files changed, 0 insertions, 26 deletions
diff --git a/bgpd/bgp_engine.c b/bgpd/bgp_engine.c
index 31919b27..3e297849 100644
--- a/bgpd/bgp_engine.c
+++ b/bgpd/bgp_engine.c
@@ -145,32 +145,6 @@ bgp_engine_start(void)
-/*==============================================================================
- * BGP Session Handling
- */
-
-
-/* BGP Engine Action: enable given session
- *
- * arg0 -- bgp_session to be enabled
- *
- *
- */
-
-extern void
-bgp_session_enable_action(mqueue_block mqb, mqb_flag_t flag)
-{
- bgp_session session ;
- bgp_connection connection ;
-
- /* Construct bgp_connection for the new session. */
-
- session = mqb_get_arg0(mqb) ;
- connection = bgp_connection_init_new(NULL, session, 0) ;
-
- /* */
-
-} ;
/*==============================================================================