summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2010-01-17 13:07:52 +0000
committerbz <bz@FreeBSD.org>2010-01-17 13:07:52 +0000
commit5d1c4cb1819e16eeeda57f324d0cf1b6467e5902 (patch)
tree1159d4efc88df128b50c5aa794c67e28e411bff4 /sys
parentd80ba03e3c55996b4cbd43c63798a30f830c08c3 (diff)
downloadFreeBSD-src-5d1c4cb1819e16eeeda57f324d0cf1b6467e5902.zip
FreeBSD-src-5d1c4cb1819e16eeeda57f324d0cf1b6467e5902.tar.gz
Garbage collect references to the no longer implemented tcp_fasttimo().
Discussed with: rwatson MFC after: 5 days
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet/tcp_var.h1
-rw-r--r--sys/netinet6/in6_proto.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h
index 93d3feb..769c219 100644
--- a/sys/netinet/tcp_var.h
+++ b/sys/netinet/tcp_var.h
@@ -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);
diff --git a/sys/netinet6/in6_proto.c b/sys/netinet6/in6_proto.c
index 35ab9bd..3289e57 100644
--- a/sys/netinet6/in6_proto.c
+++ b/sys/netinet6/in6_proto.c
@@ -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,
OpenPOWER on IntegriCloud