sched_4bsd: Remove unused variables.

This commit is contained in:
John Baldwin 2022-04-12 14:58:59 -07:00
parent dbd51c416a
commit 72ff256c51

View File

@ -987,13 +987,9 @@ sched_switch(struct thread *td, int flags)
{
struct thread *newtd;
struct mtx *tmtx;
struct td_sched *ts;
struct proc *p;
int preempted;
tmtx = &sched_lock;
ts = td_get_sched(td);
p = td->td_proc;
THREAD_LOCK_ASSERT(td, MA_OWNED);