summaryrefslogtreecommitdiff
path: root/rts/Weak.c
diff options
context:
space:
mode:
authorTakano Akio <aljee@hyper.cx>2013-03-11 18:51:05 +0900
committerIan Lynagh <ian@well-typed.com>2013-06-15 16:41:02 +0100
commitfe652a8b56c864167ecf1fac899bb3d99363dfcf (patch)
tree888acad55c4cc1a9eee790f0c5404feed34c5fec /rts/Weak.c
parent6770663f764db76dbb7138ccb3aea0527d194151 (diff)
downloadhaskell-fe652a8b56c864167ecf1fac899bb3d99363dfcf.tar.gz
Maintain per-generation lists of weak pointers (#7847)
Diffstat (limited to 'rts/Weak.c')
-rw-r--r--rts/Weak.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/rts/Weak.c b/rts/Weak.c
index e7a1257562..98ac7603b7 100644
--- a/rts/Weak.c
+++ b/rts/Weak.c
@@ -16,8 +16,6 @@
#include "Prelude.h"
#include "Trace.h"
-StgWeak *weak_ptr_list;
-
void
runCFinalizers(StgCFinalizerList *list)
{