MFC r202469:

Garbage collect references to the no longer implemented tcp_fasttimo().
This commit is contained in:
Bjoern A. Zeeb 2010-01-24 12:22:38 +00:00
parent 3dd81e0306
commit be6797dde8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/8/; revision=202920
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,