aboutsummaryrefslogtreecommitdiff
path: root/networking/telnet.c
diff options
context:
space:
mode:
authorAaron Lehmann <aaronl@vitelius.com>2002-08-23 07:51:01 +0000
committerAaron Lehmann <aaronl@vitelius.com>2002-08-23 07:51:01 +0000
commit84878fe20ee32220f4bca974ceacd32567a0ee52 (patch)
tree4cd4e860284a75bacb5f833405696f986b4ee51a /networking/telnet.c
parent0df910af49d8f9c24d8283533267c02a9e659609 (diff)
downloadbusybox-84878fe20ee32220f4bca974ceacd32567a0ee52.tar.gz
remove duplicate definition of G
caught by tinycc
Diffstat (limited to 'networking/telnet.c')
-rw-r--r--networking/telnet.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/networking/telnet.c b/networking/telnet.c
index 14b71c85d..0c794b62f 100644
--- a/networking/telnet.c
+++ b/networking/telnet.c
@@ -110,8 +110,6 @@ static struct Globalvars {
#ifdef USE_GLOBALVAR_PTR
struct Globalvars * Gptr;
#define G (*Gptr)
-#else
-static struct Globalvars G;
#endif
static inline void iacflush(void)