summaryrefslogtreecommitdiff
path: root/rts/Schedule.h
diff options
context:
space:
mode:
authorDuncan Coutts <duncan@well-typed.com>2020-12-29 17:52:24 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-11-22 02:06:17 -0500
commit0f68919ee6ef7ed77c79008e9e807d39919fadc0 (patch)
tree4be962600aa131d3f3d35886014b469b10365501 /rts/Schedule.h
parentced9acdbe757331d8d0046df30a06e61b05dd204 (diff)
downloadhaskell-0f68919ee6ef7ed77c79008e9e807d39919fadc0.tar.gz
Remove the now-unused markScheduler
The global vars {blocked,sleeping}_queue are now in the Capability and so get marked there via markCapabilityIOManager.
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 a5b3bb3f26..64f9f7d166 100644
--- a/rts/Schedule.h
+++ b/rts/Schedule.h
@@ -22,7 +22,6 @@
void initScheduler (void);
void exitScheduler (bool wait_foreign);
void freeScheduler (void);
-void markScheduler (evac_fn evac, void *user);
// Place a new thread on the run queue of the current Capability
void scheduleThread (Capability *cap, StgTSO *tso);