summaryrefslogtreecommitdiff
path: root/rts/RtsUtils.h
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2010-09-15 08:39:41 +0000
committerSimon Marlow <marlowsd@gmail.com>2010-09-15 08:39:41 +0000
commit521f2016cb881842c4b30b9f460ac612e691ac23 (patch)
treefe8dd1dbfe76afa0d0b3e08874609bea78a6d5be /rts/RtsUtils.h
parenta6049f031d1693ac8a365d9b2adb02a6f835de47 (diff)
downloadhaskell-521f2016cb881842c4b30b9f460ac612e691ac23.tar.gz
rts_isProfiled should be a visible API (fixes T2615(dyn))
Diffstat (limited to 'rts/RtsUtils.h')
-rw-r--r--rts/RtsUtils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/rts/RtsUtils.h b/rts/RtsUtils.h
index 24033b9482..1bf840bb88 100644
--- a/rts/RtsUtils.h
+++ b/rts/RtsUtils.h
@@ -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 */