mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 00:27:08 -04:00
thread_reap_barrier(): remove unused variable
Noted by: alc Sponsored by: Mellanox Technologies/NVidia Networking MFC after: 1 week
This commit is contained in:
parent
2a0fa277f6
commit
d3f7975fcb
1 changed files with 0 additions and 3 deletions
|
|
@ -719,11 +719,8 @@ thread_reap_callout_cb(void *arg __unused)
|
|||
void
|
||||
thread_reap_barrier(void)
|
||||
{
|
||||
struct thread *td;
|
||||
struct task *t;
|
||||
|
||||
td = curthread;
|
||||
|
||||
/*
|
||||
* First do context switches to each CPU to ensure that all
|
||||
* PCPU pc_deadthreads are moved to zombie list.
|
||||
|
|
|
|||
Loading…
Reference in a new issue