From 52b3d5c3b70d552a45cfeffd2359934211b83928 Mon Sep 17 00:00:00 2001 From: Jeff Roberson Date: Sun, 21 Dec 2003 13:47:42 +0000 Subject: [PATCH] - Cleanup some garbage left by KSE. There is still much garbage left to be removed, see the 110 instances of "XXXKSE" in src/sys for examples. --- sys/sys/proc.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sys/sys/proc.h b/sys/sys/proc.h index ff1e0a2c1a3..4f1f63607d8 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