From c137ecd7e6e83d0f9c39b15ccdb9f2355f243c91 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 16 Mar 2006 16:03:22 +0000 Subject: [PATCH] remove accidental extra in previous patch --- ghc/rts/Schedule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4