summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_input.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-04-15 21:03:23 +0000
committerrwatson <rwatson@FreeBSD.org>2007-04-15 21:03:23 +0000
commite781516999cb5bc393e4475d5d0af7b98eec3156 (patch)
tree0fe376f2f8776e17668c7d6e6c5f16b380502824 /sys/netinet/tcp_input.c
parent6a33fe5e57848a5e2bfae6f7186a58a4b848eb2c (diff)
downloadFreeBSD-src-e781516999cb5bc393e4475d5d0af7b98eec3156.zip
FreeBSD-src-e781516999cb5bc393e4475d5d0af7b98eec3156.tar.gz
Remove unused variable tcbinfo_mtx.
Diffstat (limited to 'sys/netinet/tcp_input.c')
-rw-r--r--sys/netinet/tcp_input.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c
index a07aa8b..e6022b4 100644
--- a/sys/netinet/tcp_input.c
+++ b/sys/netinet/tcp_input.c
@@ -173,7 +173,6 @@ SYSCTL_INT(_net_inet_tcp, OID_AUTO, recvbuf_max, CTLFLAG_RW,
struct inpcbhead tcb;
#define tcb6 tcb /* for KAME src sync over BSD*'s */
struct inpcbinfo tcbinfo;
-struct mtx *tcbinfo_mtx;
static void tcp_dooptions(struct tcpopt *, u_char *, int, int);
static int tcp_do_segment(struct mbuf *, struct tcphdr *,
OpenPOWER on IntegriCloud