From 35b0af420ce7150533d4bf249b4ddfe9b4231ddd Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 19 May 2013 00:06:43 +0200 Subject: Remove duplicate line Reported by Miguel Figueiredo * kern/thread.c (thread_create): Remove duplicate reset of new_thread->pc_sample.buffer to 0. --- kern/thread.c | 1 - 1 file changed, 1 deletion(-) (limited to 'kern/thread.c') diff --git a/kern/thread.c b/kern/thread.c index 87be9231..204a7f5f 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 */ -- cgit v1.2.3