Reorganisation to fix problems related to the gct register variable
[ghc-hetmet.git] / rts / sm / Evac.h
index 893f79e..c0db814 100644 (file)
@@ -31,7 +31,3 @@ REGPARM1 void evacuate  (StgClosure **p);
 REGPARM1 void evacuate1 (StgClosure **p);
 
 extern lnat thunk_selector_depth;
-
-#if defined(PROF_SPIN) && defined(THREADED_RTS)
-StgWord64 whitehole_spin;
-#endif