X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FRtsExternal.h;h=c6fd74ac8da970f1270897c8eb62c539290edf08;hb=4e79709df545c16812b85f2c27ab3411f5a7b54f;hp=b95276168aabfd34df70fb276a49b7029d5d49cf;hpb=e9fdcd7b7d8ae466d83ce9f77f34e9b62b2a4fa7;p=ghc-hetmet.git diff --git a/includes/RtsExternal.h b/includes/RtsExternal.h index b952761..c6fd74a 100644 --- a/includes/RtsExternal.h +++ b/includes/RtsExternal.h @@ -126,6 +126,4 @@ extern void revertCAFs( void ); extern void dirty_MUT_VAR(StgRegTable *reg, StgClosure *p); extern void dirty_MVAR(StgRegTable *reg, StgClosure *p); -extern void dirty_TSO(StgClosure *tso); - #endif /* RTSEXTERNAL_H */