diff options
-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) |