summaryrefslogtreecommitdiff
path: root/sys/sys/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/proc.h')
-rw-r--r--sys/sys/proc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h
index 483c80a5a4b6..17926cc83527 100644
--- a/sys/sys/proc.h
+++ b/sys/sys/proc.h
@@ -661,9 +661,6 @@ struct proc {
int p_suspcount; /* (c) Num threads in suspended mode. */
struct thread *p_xthread; /* (c) Trap thread */
int p_boundary_count;/* (c) Num threads at user boundary */
-#ifdef KSE
- struct ksegrp *p_procscopegrp;
-#endif
int p_pendingcnt; /* how many signals are pending */
struct itimers *p_itimers; /* (c) POSIX interval timers. */
/* End area that is zeroed on creation. */