diff options
Diffstat (limited to 'sys/kern/kern_thread.c')
| -rw-r--r-- | sys/kern/kern_thread.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/kern/kern_thread.c b/sys/kern/kern_thread.c index b16c8f517f5c..74af901df50a 100644 --- a/sys/kern/kern_thread.c +++ b/sys/kern/kern_thread.c @@ -278,11 +278,6 @@ ksegrp_unlink(struct ksegrp *kg) p = kg->kg_proc; TAILQ_REMOVE(&p->p_ksegrps, kg, kg_ksegrp); p->p_numksegrps--; - /* - * Aggregate stats from the KSE - */ - if (p->p_procscopegrp == kg) - p->p_procscopegrp = NULL; } #endif @@ -1135,9 +1130,6 @@ thread_single_end(void) p->p_flag &= ~(P_STOPPED_SINGLE | P_SINGLE_EXIT | P_SINGLE_BOUNDARY); mtx_lock_spin(&sched_lock); p->p_singlethread = NULL; -#ifdef KSE - p->p_procscopegrp = NULL; -#endif /* * If there are other threads they mey now run, * unless of course there is a blanket 'stop order' |
