From b60d26c9b930c7b267cd7f7b4b73d4b44d744124 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Sun, 1 May 2005 14:01:38 +0000 Subject: [PATCH] Remove now unused inirw variable from previous use of COMMON_END(). Reported by: csjp --- sys/netinet/tcp_usrreq.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/netinet/tcp_usrreq.c b/sys/netinet/tcp_usrreq.c index aa28703d2a83..98eff0733f83 100644 --- a/sys/netinet/tcp_usrreq.c +++ b/sys/netinet/tcp_usrreq.c @@ -619,7 +619,6 @@ tcp_usr_send(struct socket *so, int flags, struct mbuf *m, int error = 0; struct inpcb *inp; struct tcpcb *tp; - const int inirw = INI_WRITE; int unlocked = 0; #ifdef INET6 int isipv6;