mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-pcu.git
synced 2025-11-02 21:23:33 +00:00
Drop function declaration for non longer existing function
Drop use of deprecated vty is_config_node() cb
This callback was drepecated and is not ever called since
libosmocore.git 70ce871532ab21955e0955d7e230eae65438f047 (release 1.3.0).
See also libosmocore.git d31de237582f6fe3315d61bb9a488d4cda92654e.
Change-Id: I999ac55fca21cf942876bc19c19f0eda2754501b
Fixes: 1ec29c7324
This commit is contained in:
committed by
laforge
parent
f602ace716
commit
b4b4b134c1
@@ -9,9 +9,6 @@ enum pcu_vty_node {
|
||||
PCU_NODE = _LAST_OSMOVTY_NODE + 1,
|
||||
};
|
||||
|
||||
int pcu_vty_go_parent(struct vty *vty);
|
||||
int pcu_vty_is_config_node(struct vty *vty, int node);
|
||||
|
||||
int pcu_vty_init();
|
||||
|
||||
extern struct vty_app_info pcu_vty_info;
|
||||
|
||||
Reference in New Issue
Block a user