More removal of "#if 0" content.

This commit is contained in:
"Robert P. J. Day"
2006-07-01 14:59:54 +00:00
parent edd9ca5743
commit d35ef0f666
6 changed files with 0 additions and 93 deletions

View File

@@ -34,10 +34,6 @@
#include <netinet/in.h>
#include "busybox.h"
#if 0
enum { DOTRACE = 1 };
#endif
#ifdef DOTRACE
#include <arpa/inet.h> /* 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)
{