aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-06-04 23:53:04 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-06-04 23:53:04 +0700
commit633de1fb889d7c7765413654cacc46cb5f9b10b4 (patch)
tree63f9c104d7e5c907e451526c88a1f8a086a16b5a /include
parentdbc837206431dc1ef7fe1f2d245a975c92c727a2 (diff)
vty: get rid of unused ournode_{exit,end}_cmd declarations
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/vty.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/osmo-bts/vty.h b/include/osmo-bts/vty.h
index eab58d6d..8eb76a8c 100644
--- a/include/osmo-bts/vty.h
+++ b/include/osmo-bts/vty.h
@@ -14,9 +14,6 @@ enum bts_vty_node {
TRX_NODE,
};
-extern struct cmd_element ournode_exit_cmd;
-extern struct cmd_element ournode_end_cmd;
-
extern struct cmd_element cfg_bts_auto_band_cmd;
extern struct cmd_element cfg_bts_no_auto_band_cmd;