mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 21:13:44 +00:00
VTY: Remove some more SUBSCR_NODE related code
SUBSCR_NODE has been eliminated recently, so this is dead code.
This commit is contained in:
@@ -66,11 +66,6 @@ int bsc_vty_go_parent(struct vty *vty)
|
|||||||
vty->index = ts->trx;
|
vty->index = ts->trx;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case SUBSCR_NODE:
|
|
||||||
vty->node = VIEW_NODE;
|
|
||||||
subscr_put(vty->index);
|
|
||||||
vty->index = NULL;
|
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
vty->node = CONFIG_NODE;
|
vty->node = CONFIG_NODE;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user