aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-08-05 16:39:07 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-08-05 16:39:09 +0200
commitfec1db95f5d30b359753ac352caa8fb69fa16a95 (patch)
tree9723978ef322056213765048e0d2b9d5129e51b5
parent2e5fc99327d2cac24852db0af6085e08b649fdf5 (diff)
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
-rw-r--r--openbsc/src/osmo-bsc_nat/bsc_nat_vty.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/openbsc/src/osmo-bsc_nat/bsc_nat_vty.c b/openbsc/src/osmo-bsc_nat/bsc_nat_vty.c
index bc1050dc9..a90dc154b 100644
--- a/openbsc/src/osmo-bsc_nat/bsc_nat_vty.c
+++ b/openbsc/src/osmo-bsc_nat/bsc_nat_vty.c
@@ -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;
-}