mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
Remove unused variable.
This commit is contained in:
parent
2e428c5487
commit
4ccbe07e84
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=127661
@ -140,7 +140,6 @@ ast(struct trapframe *framep)
|
||||
{
|
||||
struct thread *td;
|
||||
struct proc *p;
|
||||
struct kse *ke;
|
||||
struct ksegrp *kg;
|
||||
struct rlimit rlim;
|
||||
u_int prticks, sticks;
|
||||
@ -171,7 +170,6 @@ ast(struct trapframe *framep)
|
||||
* ast() will be called again.
|
||||
*/
|
||||
mtx_lock_spin(&sched_lock);
|
||||
ke = td->td_kse;
|
||||
sticks = td->td_sticks;
|
||||
flags = td->td_flags;
|
||||
sflag = p->p_sflag;
|
||||
|
Loading…
Reference in New Issue
Block a user