Remove now unused inirw variable from previous use of COMMON_END().

Reported by:	csjp
This commit is contained in:
Robert Watson 2005-05-01 14:01:38 +00:00
parent 6ac8f17ee4
commit b60d26c9b9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=145773

View File

@ -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;