VTY: Remove some more SUBSCR_NODE related code

SUBSCR_NODE has been eliminated recently, so this is dead code.
This commit is contained in:
Harald Welte 2010-05-27 13:40:10 +02:00
parent 39231150ad
commit bb9a9bf05f
1 changed files with 0 additions and 5 deletions

View File

@ -66,11 +66,6 @@ int bsc_vty_go_parent(struct vty *vty)
vty->index = ts->trx;
}
break;
case SUBSCR_NODE:
vty->node = VIEW_NODE;
subscr_put(vty->index);
vty->index = NULL;
break;
default:
vty->node = CONFIG_NODE;
}