From d35ef0f66643f2bc43bd7070df0356e0b064b755 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Sat, 1 Jul 2006 14:59:54 +0000 Subject: More removal of "#if 0" content. --- networking/telnet.c | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'networking/telnet.c') diff --git a/networking/telnet.c b/networking/telnet.c index c835c7a..59268c6 100644 --- a/networking/telnet.c +++ b/networking/telnet.c @@ -34,10 +34,6 @@ #include #include "busybox.h" -#if 0 -enum { DOTRACE = 1 }; -#endif - #ifdef DOTRACE #include /* for inet_ntoa()... */ #define TRACE(x, y) do { if (x) printf y; } while (0) @@ -311,17 +307,6 @@ static void putiac2(byte wwdd, byte c) putiac(c); } -#if 0 -static void putiac1(byte c) -{ - if (G.iaclen + 2 > IACBUFSIZE) - iacflush(); - - putiac(IAC); - putiac(c); -} -#endif - #ifdef CONFIG_FEATURE_TELNET_TTYPE static void putiac_subopt(byte c, char *str) { -- cgit v1.1