Remove unused variable td from sched_idletd().
MFC after: 3 days Found with: Coverity Prevent(tm) CID: 3561
This commit is contained in:
parent
6607310b74
commit
088f584961
@ -1346,9 +1346,7 @@ sched_tick(void)
|
||||
void
|
||||
sched_idletd(void *dummy)
|
||||
{
|
||||
struct thread *td;
|
||||
|
||||
td = curthread;
|
||||
for (;;) {
|
||||
mtx_assert(&Giant, MA_NOTOWNED);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user