MFC r202469:

Garbage collect references to the no longer implemented tcp_fasttimo().
This commit is contained in:
bz 2010-01-24 12:22:38 +00:00
parent 03f26090d4
commit a17ffd5a15
2 changed files with 0 additions and 2 deletions

View File

@ -639,7 +639,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,