Remove definition of function that isn't used

This commit is contained in:
kieranm 2010-06-28 13:46:45 +00:00
parent 0d1f02f931
commit c932196e11
1 changed files with 2 additions and 0 deletions

View File

@ -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)