diff --git a/sys/sys/proc.h b/sys/sys/proc.h index ff1e0a2c1a3c..4f1f63607d8c 100644 --- a/sys/sys/proc.h +++ b/sys/sys/proc.h @@ -532,10 +532,6 @@ struct proc { struct plimit *p_limit; /* (c*) Process limits. */ struct vm_object *p_upages_obj; /* (a) Upages object. */ struct sigacts *p_sigacts; /* (x) Signal actions, state (CPU). */ - - /*struct ksegrp p_ksegrp; - struct kse p_kse; */ - /* * The following don't make too much sense.. * See the td_ or ke_ versions of the same flags