aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-02-07 13:16:03 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-02-07 13:16:03 +0100
commit71ddbf5c4f75b361c04d37e0de5514fe7f390496 (patch)
tree65887a4c42137ffb9cb115711ed830b5c3f116cf /openbsc/include/openbsc
parent63bb29fac022ed0eb6833ad17884b78bd958175d (diff)
[telnet] Remove ancient #define...
Diffstat (limited to 'openbsc/include/openbsc')
-rw-r--r--openbsc/include/openbsc/telnet_interface.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/openbsc/include/openbsc/telnet_interface.h b/openbsc/include/openbsc/telnet_interface.h
index d3381e0a4..cd9da3cd9 100644
--- a/openbsc/include/openbsc/telnet_interface.h
+++ b/openbsc/include/openbsc/telnet_interface.h
@@ -27,9 +27,6 @@
#include <vty/vty.h>
-#define TELNET_COMMAND_48 1
-#define TELNET_COMMAND_11 2
-
struct telnet_connection {
struct llist_head entry;
struct gsm_network *network;