remove duplicate definition of G
authorAaron Lehmann <aaronl@vitelius.com>
Fri, 23 Aug 2002 07:51:01 +0000 (07:51 -0000)
committerAaron Lehmann <aaronl@vitelius.com>
Fri, 23 Aug 2002 07:51:01 +0000 (07:51 -0000)
caught by tinycc

networking/telnet.c

index 14b71c8..0c794b6 100644 (file)
@@ -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)