Drop the CURPROC, curkse, and curksegrp aliases as they aren't used

anywhere.
This commit is contained in:
John Baldwin 2005-04-26 17:07:40 +00:00
parent 8bacf1a614
commit 0e56f395c0

View file

@ -80,10 +80,7 @@ SLIST_HEAD(cpuhead, pcpu);
extern struct cpuhead cpuhead;
#define CURPROC (curthread->td_proc)
#define curcpu PCPU_GET(cpuid)
#define curkse (curthread->td_kse)
#define curksegrp (curthread->td_ksegrp)
#define curproc (curthread->td_proc)
#ifndef curthread
#define curthread PCPU_GET(curthread)