From c932196e11d977ca3e7318fc84fe6d7de1f01750 Mon Sep 17 00:00:00 2001 From: kieranm Date: Mon, 28 Jun 2010 13:46:45 +0000 Subject: [PATCH] Remove definition of function that isn't used --- ports/unix/proj/unixsim/simhost.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ports/unix/proj/unixsim/simhost.c b/ports/unix/proj/unixsim/simhost.c index 4b96ab9..3c53aaf 100644 --- a/ports/unix/proj/unixsim/simhost.c +++ b/ports/unix/proj/unixsim/simhost.c @@ -119,6 +119,7 @@ static void usage(void) } } +#if 0 static void tcp_debug_timeout(void *data) { @@ -128,6 +129,7 @@ tcp_debug_timeout(void *data) #endif /* TCP_DEBUG */ sys_timeout(5000, tcp_debug_timeout, NULL); } +#endif static void tcpip_init_done(void *arg)