New implementation of BLACKHOLEs
[ghc-hetmet.git] / rts / sm / MarkWeak.h
index 018dd6c..5c05ab2 100644 (file)
@@ -23,7 +23,6 @@ extern StgTSO *exception_threads;
 void    initWeakForGC          ( void );
 rtsBool traverseWeakPtrList    ( void );
 void    markWeakPtrList        ( void );
-rtsBool traverseBlackholeQueue ( void );
 
 END_RTS_PRIVATE