Garbage collect references to the no longer implemented tcp_fasttimo().

Discussed with:	rwatson
MFC after:	5 days
This commit is contained in:
bz 2010-01-17 13:07:52 +00:00
parent d80ba03e3c
commit 5d1c4cb181
2 changed files with 0 additions and 2 deletions

View File

@ -648,7 +648,6 @@ int tcp_ctloutput(struct socket *, struct sockopt *);
struct tcpcb *
tcp_drop(struct tcpcb *, int);
void tcp_drain(void);
void tcp_fasttimo(void);
void tcp_init(void);
#ifdef VIMAGE
void tcp_destroy(void);

View File

@ -173,7 +173,6 @@ struct ip6protosw inet6sw[] = {
.pr_ctloutput = tcp_ctloutput,
#ifndef INET /* don't call initialization and timeout routines twice */
.pr_init = tcp_init,
.pr_fasttimo = tcp_fasttimo,
.pr_slowtimo = tcp_slowtimo,
#endif
.pr_drain = tcp_drain,