diff options
Diffstat (limited to 'kern')
-rw-r--r-- | kern/thread.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kern/thread.c b/kern/thread.c index 87be923..204a7f5 100644 --- a/kern/thread.c +++ b/kern/thread.c @@ -533,7 +533,6 @@ kern_return_t thread_create( #endif /* HW_FOOTPRINT */ #if MACH_PCSAMPLE - new_thread->pc_sample.buffer = 0; new_thread->pc_sample.seqno = 0; new_thread->pc_sample.sampletypes = 0; #endif /* MACH_PCSAMPLE */ |