laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-pcu/+/39686?usp=email )
Change subject: Drop function declaration for non longer existing function
......................................................................
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: 1ec29c7324e69a6f294704fb8eeb093a33085aba
---
M src/pcu_vty.h
1 file changed, 0 insertions(+), 3 deletions(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
diff --git a/src/pcu_vty.h b/src/pcu_vty.h
index 45d3227..8178e11 100644
--- a/src/pcu_vty.h
+++ b/src/pcu_vty.h
@@ -9,9 +9,6 @@
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;
--
To view, visit
https://gerrit.osmocom.org/c/osmo-pcu/+/39686?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I999ac55fca21cf942876bc19c19f0eda2754501b
Gerrit-Change-Number: 39686
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>