summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSimon Marlow <simonmarhaskell@gmail.com>2008-04-16 21:48:25 +0000
committerSimon Marlow <simonmarhaskell@gmail.com>2008-04-16 21:48:25 +0000
commit4c394999264d602f10e7623cefa7588423c4f68b (patch)
tree3b68e9af98e5f0a745bf77082ec0ef32c71ea3fc /includes
parent938142abe2999ef941ce4998b830fbd7e770fb4e (diff)
downloadhaskell-4c394999264d602f10e7623cefa7588423c4f68b.tar.gz
GC: move static object processinng into thread-local storage
Diffstat (limited to 'includes')
-rw-r--r--includes/Storage.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/Storage.h b/includes/Storage.h
index 28225d7545..c51f51b4ba 100644
--- a/includes/Storage.h
+++ b/includes/Storage.h
@@ -576,7 +576,6 @@ extern void newDynCAF(StgClosure *);
extern void move_TSO(StgTSO *src, StgTSO *dest);
extern StgTSO *relocate_stack(StgTSO *dest, ptrdiff_t diff);
-extern StgClosure * RTS_VAR(scavenged_static_objects);
extern StgWeak * RTS_VAR(old_weak_ptr_list);
extern StgWeak * RTS_VAR(weak_ptr_list);
extern StgClosure * RTS_VAR(caf_list);