aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/osmo_bsc_main.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2021-03-30 17:47:58 +0200
committerneels <nhofmeyr@sysmocom.de>2021-04-14 17:40:45 +0000
commitdefb5b12008006ce1c5fcca3baf23e068a23a498 (patch)
treeecbab7d25c6eca78dbf023dfecb16a731bc39d68 /src/osmo-bsc/osmo_bsc_main.c
parent14f9860e79cc49ca13957dbfc0b276ba1427f247 (diff)
drop unused gsm_bts_trx->description
Diffstat (limited to 'src/osmo-bsc/osmo_bsc_main.c')
-rw-r--r--src/osmo-bsc/osmo_bsc_main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/osmo-bsc/osmo_bsc_main.c b/src/osmo-bsc/osmo_bsc_main.c
index 5426b1ea1..3069cc02f 100644
--- a/src/osmo-bsc/osmo_bsc_main.c
+++ b/src/osmo-bsc/osmo_bsc_main.c
@@ -607,7 +607,6 @@ static int bsc_vty_go_parent(struct vty *vty)
/* set vty->index correctly ! */
struct gsm_bts_trx_ts *ts = vty->index;
vty->index = ts->trx;
- vty->index_sub = &ts->trx->description;
}
break;
case OML_NODE: