rts_isProfiled should be a visible API (fixes T2615(dyn))
[ghc-hetmet.git] / rts / RtsUtils.h
index 24033b9..1bf840b 100644 (file)
@@ -46,8 +46,6 @@ void printRtsInfo(void);
 /* Alternate to raise(3) for threaded rts, for OpenBSD */
 int genericRaise(int sig);
 
-int rts_isProfiled(void);
-
 #include "EndPrivate.h"
 
 #endif /* RTSUTILS_H */