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:
parent
ca26d83725
commit
1dc47ad154
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user