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 /networking | |
parent | 0df910af49d8f9c24d8283533267c02a9e659609 (diff) | |
download | busybox-84878fe20ee32220f4bca974ceacd32567a0ee52.tar.gz |
remove duplicate definition of G
caught by tinycc
Diffstat (limited to 'networking')
-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 { #ifdef USE_GLOBALVAR_PTR struct Globalvars * Gptr; #define G (*Gptr) -#else -static struct Globalvars G; #endif static inline void iacflush(void) |