1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Remove unused variables

Found by:       FlexeLint
This commit is contained in:
Poul-Henning Kamp 2003-05-31 19:51:05 +00:00
parent a0fb4cf18d
commit 0b074f6c93
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115522

View File

@ -696,14 +696,10 @@ int action;
struct proc *p;
struct thread *td;
struct ksegrp *kg;
struct proc *outp, *outp2;
int outpri, outpri2;
int didswap = 0;
GIANT_REQUIRED;
outp = outp2 = NULL;
outpri = outpri2 = INT_MIN;
retry:
sx_slock(&allproc_lock);
FOREACH_PROC_IN_SYSTEM(p) {