From baed91709c55956024725d04b1a8e2735ed522a2 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Mon, 30 Jul 2018 03:42:45 +0700 Subject: vty/vty.c: remove dead unused tall_bsc_ctx Change-Id: I160728544c0effe45757df22f1ff2314fcb13dd1 --- src/vty/vty.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/vty/vty.c b/src/vty/vty.c index 6ca7a154..aab0607d 100644 --- a/src/vty/vty.c +++ b/src/vty/vty.c @@ -1766,8 +1766,6 @@ void vty_init_vtysh(void) vtyvec = vector_init(VECTOR_MIN_SIZE); } -extern void *tall_bsc_ctx; - /*! Initialize VTY layer * \param[in] app_info application information */ -- cgit v1.2.3