diff options
Diffstat (limited to 'kern/task.h')
-rw-r--r-- | kern/task.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/kern/task.h b/kern/task.h index f4feb7ff..a3f43024 100644 --- a/kern/task.h +++ b/kern/task.h @@ -34,7 +34,6 @@ #ifndef _KERN_TASK_H_ #define _KERN_TASK_H_ -#include <norma_task.h> #include <fast_tas.h> #include <mach/boolean.h> @@ -96,10 +95,6 @@ struct task { sample_control_t pc_sample; -#if NORMA_TASK - long child_node; /* if != -1, node for new children */ -#endif /* NORMA_TASK */ - #if FAST_TAS #define TASK_FAST_TAS_NRAS 8 vm_offset_t fast_tas_base[TASK_FAST_TAS_NRAS]; |