1
0
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:
Julian Elischer 2004-03-31 08:20:44 +00:00
parent 2e428c5487
commit 4ccbe07e84
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=127661

View File

@ -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;