summaryrefslogtreecommitdiff
path: root/rts/Schedule.h
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2011-12-07 11:32:35 +0000
committerSimon Marlow <marlowsd@gmail.com>2011-12-13 08:58:56 +0000
commitf361281c89fbce42865d8b8b27b0957205366186 (patch)
treea9bd868b4885de3b7b94bf19830d6fbadc587eb7 /rts/Schedule.h
parent9c6191d4b629400f2dc2ea2759137db141c0455b (diff)
downloadhaskell-f361281c89fbce42865d8b8b27b0957205366186.tar.gz
Do not emit the THREAD_RUNNABLE event; it has no useful semantic content
Diffstat (limited to 'rts/Schedule.h')
-rw-r--r--rts/Schedule.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/rts/Schedule.h b/rts/Schedule.h
index 549f555a11..4eb3830323 100644
--- a/rts/Schedule.h
+++ b/rts/Schedule.h
@@ -125,7 +125,6 @@ appendToRunQueue (Capability *cap, StgTSO *tso)
setTSOPrev(cap, tso, cap->run_queue_tl);
}
cap->run_queue_tl = tso;
- traceEventThreadRunnable (cap, tso);
}
/* Push a thread on the beginning of the run queue.