aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/telnet_interface.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-11-15 12:56:12 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-11-17 09:46:33 +0100
commite723eac5a35d61829d9471b97a029c921c04a258 (patch)
treee51d6e3bff1f10f13956f8cbea3e8ef1a8f028da /openbsc/include/openbsc/telnet_interface.h
parent986c3d76db7795e565d0a7be5402d4bfe5e1ba93 (diff)
[telnet] Remove unused variables from the telnet interface
These became unused when the interface was switched to use the vty module. It is about time to remove these.
Diffstat (limited to 'openbsc/include/openbsc/telnet_interface.h')
-rw-r--r--openbsc/include/openbsc/telnet_interface.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/openbsc/include/openbsc/telnet_interface.h b/openbsc/include/openbsc/telnet_interface.h
index 97357d794..d3381e0a4 100644
--- a/openbsc/include/openbsc/telnet_interface.h
+++ b/openbsc/include/openbsc/telnet_interface.h
@@ -35,13 +35,6 @@ struct telnet_connection {
struct gsm_network *network;
struct bsc_fd fd;
struct vty *vty;
-
- int bts;
-
- int command;
- char *imsi;
- char commands[1024];
- int read;
};