summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.