Garbage collect references to the no longer implemented tcp_fasttimo().
Discussed with: rwatson MFC after: 5 days
This commit is contained in:
parent
d80ba03e3c
commit
5d1c4cb181
@ -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);
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user