vty: drop unused function

Change-Id: I01f3773ca6a9b6d4e28ca2f59c944c6d48918dd1
This commit is contained in:
Max 2018-01-30 17:53:02 +01:00 committed by Harald Welte
parent 5441e1f2f0
commit c9ce6f916e
3 changed files with 1 additions and 7 deletions

View File

@ -265,7 +265,7 @@ static int config_write_pcu(struct vty *vty)
}
}
return pcu_vty_config_write_pcu_ext(vty);
return CMD_SUCCESS;
}
/* per-BTS configuration */

View File

@ -34,11 +34,6 @@ extern "C" {
#include <osmocom/vty/misc.h>
}
int pcu_vty_config_write_pcu_ext(struct vty *vty)
{
return CMD_SUCCESS;
}
static void tbf_print_vty_info(struct vty *vty, gprs_rlcmac_tbf *tbf)
{
gprs_rlcmac_ul_tbf *ul_tbf = as_ul_tbf(tbf);

View File

@ -27,7 +27,6 @@ extern "C" {
struct vty;
struct gprs_rlcmac_bts;
int pcu_vty_config_write_pcu_ext(struct vty *vty);
int pcu_vty_show_tbf_all(struct vty *vty, struct gprs_rlcmac_bts *bts_data);
int pcu_vty_show_ms_all(struct vty *vty, struct gprs_rlcmac_bts *bts_data);
int pcu_vty_show_ms_by_tlli(struct vty *vty, struct gprs_rlcmac_bts *bts_data,