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

Reported by:	csjp
This commit is contained in:
rwatson 2005-05-01 14:01:38 +00:00
parent 00265fe996
commit 88ecd82ce9

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;