Remove extern declarations of libosmovty symbols

The library has the declarations since 2011, so it's time to
get them removed from here.

Depends: libosmocore d61d517a2e35f482519561bd325652ee7144679a
Change-Id: I5c8d02605a78c6792f616ad423b4491b83f42545
This commit is contained in:
Pau Espin 2019-06-17 15:47:56 +02:00 committed by laforge
parent 6057632172
commit 062cd20993
1 changed files with 0 additions and 3 deletions

View File

@ -12,9 +12,6 @@ void openbsc_vty_print_statistics(struct vty *vty, struct gsm_network *);
struct buffer *vty_argv_to_buffer(int argc, const char *argv[], int base);
extern struct cmd_element cfg_description_cmd;
extern struct cmd_element cfg_no_description_cmd;
enum bsc_vty_node {
GSMNET_NODE = _LAST_OSMOVTY_NODE + 1,
BTS_NODE,