diff options
author | Simon Marlow <simonmar@microsoft.com> | 2007-10-30 13:00:52 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2007-10-30 13:00:52 +0000 |
commit | 79c9408712af3ddd6340b0b5785ffde34f830042 (patch) | |
tree | acf688a0b52cce3faee55306e81a13c10dca5bc1 /rts/Schedule.h | |
parent | 0449741f968cbb8a9777ff44c5d43d47a5592b0e (diff) | |
download | haskell-79c9408712af3ddd6340b0b5785ffde34f830042.tar.gz |
move GetRoots() to GC.c
Diffstat (limited to 'rts/Schedule.h')
-rw-r--r-- | rts/Schedule.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/rts/Schedule.h b/rts/Schedule.h index ddac92be4b..a4a95f3c34 100644 --- a/rts/Schedule.h +++ b/rts/Schedule.h @@ -64,15 +64,6 @@ StgWord raiseExceptionHelper (StgRegTable *reg, StgTSO *tso, StgClosure *excepti /* findRetryFrameHelper */ StgWord findRetryFrameHelper (StgTSO *tso); -/* GetRoots(evac_fn f) - * - * Call f() for each root known to the scheduler. - * - * Called from STG : NO - * Locks assumed : ???? - */ -void GetRoots(evac_fn); - /* workerStart() * * Entry point for a new worker task. |