aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-07-25 14:33:04 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-07-25 14:34:22 +0200
commitfde8e6dc0c1b493f70c2ffdb5182afe8d426bd9e (patch)
tree4ad1afbd2b14fe3624342aa95b42ffc59cbd97b7 /include
parenta9dee426d7db74472288dedd5e4cf3ae299c2487 (diff)
vty: Remove TS_NODE and LCHAN_NODE as they are not used.
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/vty.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/osmo-bts/vty.h b/include/osmo-bts/vty.h
index a8d4e8bf..1bc7e718 100644
--- a/include/osmo-bts/vty.h
+++ b/include/osmo-bts/vty.h
@@ -7,8 +7,6 @@
enum bts_vty_node {
BTS_NODE = _LAST_OSMOVTY_NODE + 1,
TRX_NODE,
- TS_NODE,
- LCHAN_NODE,
};
extern struct cmd_element ournode_exit_cmd;