aboutsummaryrefslogtreecommitdiffstats
path: root/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:19:54 +0100
commitf5b36cac6b08a5c82f7e9b0facea2c1afba0fefb (patch)
tree501ed2c871c140ba766717e5a215c1b09eb5650d /openbsc
parent9377528c70fbe708d0fa7a6bb224fdc9e206dd22 (diff)
[telnet] Remove ancient #define...
Diffstat (limited to '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 f4e976f77..8e0e9108a 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;