summaryrefslogtreecommitdiff
path: root/rts/RtsUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/RtsUtils.h')
-rw-r--r--rts/RtsUtils.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/rts/RtsUtils.h b/rts/RtsUtils.h
index 96a5f0d82f..93139367b3 100644
--- a/rts/RtsUtils.h
+++ b/rts/RtsUtils.h
@@ -16,9 +16,6 @@
extern void *stgMallocBytes(int n, char *msg)
GNUC3_ATTRIBUTE(__malloc__);
-extern void* stgMallocBytesRWX(int len)
- GNUC3_ATTRIBUTE(__malloc__);
-
extern void *stgReallocBytes(void *p, int n, char *msg);
extern void *stgCallocBytes(int n, int m, char *msg)