From: Simon Marlow Date: Thu, 16 Mar 2006 16:03:22 +0000 (+0000) Subject: remove accidental extra in previous patch X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=c137ecd7e6e83d0f9c39b15ccdb9f2355f243c91 remove accidental extra in previous patch --- diff --git a/ghc/rts/Schedule.c b/ghc/rts/Schedule.c index 0ff9bbe..bbc6a8b 100644 --- a/ghc/rts/Schedule.c +++ b/ghc/rts/Schedule.c @@ -4498,7 +4498,7 @@ sched_belch(char *s, ...) va_list ap; va_start(ap,s); #ifdef THREADED_RTS - debugBelch("sched (task %p, pid %d): ", (void *)(unsigned long)(unsigned int)osThreadId(), getpid()); + debugBelch("sched (task %p): ", (void *)(unsigned long)(unsigned int)osThreadId()); #elif defined(PARALLEL_HASKELL) debugBelch("== "); #else