Reap unused variable and assignment that had no effect. Noted by cross

compiling with gcc on mips.

Reviewed by:	mmacy
This commit is contained in:
sbruno 2018-06-24 21:36:37 +00:00
parent ca26d83725
commit 1dc47ad154

View File

@ -1582,11 +1582,9 @@ static void
in_pcbfree_deferred(epoch_context_t ctx)
{
struct inpcb *inp;
struct inpcbinfo *pcbinfo;
int released __unused;
inp = __containerof(ctx, struct inpcb, inp_epoch_ctx);
pcbinfo = inp->inp_pcbinfo;
INP_WLOCK(inp);
#ifdef INET