diff options
author | Aaron Lehmann <aaronl@vitelius.com> | 2002-08-23 07:51:01 +0000 |
---|---|---|
committer | Aaron Lehmann <aaronl@vitelius.com> | 2002-08-23 07:51:01 +0000 |
commit | 84878fe20ee32220f4bca974ceacd32567a0ee52 (patch) | |
tree | 4cd4e860284a75bacb5f833405696f986b4ee51a | |
parent | 0df910af49d8f9c24d8283533267c02a9e659609 (diff) | |
download | busybox-w32-84878fe20ee32220f4bca974ceacd32567a0ee52.tar.gz busybox-w32-84878fe20ee32220f4bca974ceacd32567a0ee52.tar.bz2 busybox-w32-84878fe20ee32220f4bca974ceacd32567a0ee52.zip |
remove duplicate definition of G
caught by tinycc
-rw-r--r-- | networking/telnet.c | 2 |
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 { | |||
110 | #ifdef USE_GLOBALVAR_PTR | 110 | #ifdef USE_GLOBALVAR_PTR |
111 | struct Globalvars * Gptr; | 111 | struct Globalvars * Gptr; |
112 | #define G (*Gptr) | 112 | #define G (*Gptr) |
113 | #else | ||
114 | static struct Globalvars G; | ||
115 | #endif | 113 | #endif |
116 | 114 | ||
117 | static inline void iacflush(void) | 115 | static inline void iacflush(void) |