pespin has uploaded this change for review.

View Change

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(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/86/39686/1
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 change 39686. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I999ac55fca21cf942876bc19c19f0eda2754501b
Gerrit-Change-Number: 39686
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>