Remove unused variable td from sched_idletd().

MFC after:	3 days
Found with:	Coverity Prevent(tm)
CID:		3561
This commit is contained in:
Robert Watson 2007-11-05 12:01:12 +00:00
parent 6607310b74
commit 088f584961

View File

@ -1346,9 +1346,7 @@ sched_tick(void)
void
sched_idletd(void *dummy)
{
struct thread *td;
td = curthread;
for (;;) {
mtx_assert(&Giant, MA_NOTOWNED);