9
0
Fork 0

nat: Remove unused func bsc_vty_init()

The function is never called in osmo-bsc-nat, and logging_vty_add_cmds()
is called directly in main().

Change-Id: Ie13cf5dc7f8dfa6fc6c3953dfcacaed7d5feb114
This commit is contained in:
Pau Espin 2019-08-05 16:39:07 +02:00
parent 2e5fc99327
commit fec1db95f5
1 changed files with 0 additions and 8 deletions

View File

@ -1429,11 +1429,3 @@ int bsc_nat_vty_init(struct bsc_nat *nat)
return 0;
}
/* called by the telnet interface... we have our own init above */
int bsc_vty_init(struct gsm_network *network)
{
logging_vty_add_cmds(NULL);
return 0;
}