Reorganisation to fix problems related to the gct register variable
[ghc-hetmet.git] / rts / sm / GCUtils.h
index 34657c2..249e0cf 100644 (file)
 
 #include "SMP.h"
 
-#ifdef THREADED_RTS
-extern SpinLock gc_alloc_block_sync;
-#endif
-
 bdescr *allocBlock_sync(void);
 void    freeChain_sync(bdescr *bd);