aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-16 19:29:51 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-16 19:29:51 +0200
commit9a87ad923d0b044d3f0c58079e89cbce6db569a8 (patch)
tree1c91a01dfe6d58056093308a7a645ba199d59efa /openbsc/src
parent20474ad02983861cb6a9542916eaeb78a6615604 (diff)
telnet: remove dead code
Diffstat (limited to 'openbsc/src')
-rw-r--r--openbsc/src/telnet_interface.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/openbsc/src/telnet_interface.c b/openbsc/src/telnet_interface.c
index b86afefc2..c2be1b8d5 100644
--- a/openbsc/src/telnet_interface.c
+++ b/openbsc/src/telnet_interface.c
@@ -39,13 +39,6 @@
#include <vty/buffer.h>
-#define WRITE_CONNECTION(fd, msg...) \
- int ret; \
- char buf[4096]; \
- snprintf(buf, sizeof(buf), msg); \
- ret = write(fd, buf, strlen(buf));
-
-
/* per connection data */
LLIST_HEAD(active_connections);