From 0bd2888869274b6998a4982052eaa88e4824c715 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sun, 18 Sep 2011 21:31:01 +0200 Subject: [PATCH] remove obsolete lines --- kernel/netio.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/kernel/netio.c b/kernel/netio.c index 1e2bf3e3..35f57e45 100644 --- a/kernel/netio.c +++ b/kernel/netio.c @@ -56,8 +56,6 @@ typedef struct #define DEFAULTPORT 0x494F /* "IO" */ #define TMAXSIZE 65536 -//static int tSizes[] = {1024, 2048, 4096, 8192, 16384, 32767}; -//static size_t ntSizes = sizeof(tSizes) / sizeof(int); static int nPort = DEFAULTPORT; static const int sobufsize = 131072; static struct in_addr addr_local;