Add Coercion.lhs
[ghc-hetmet.git] / rts / RtsUtils.h
index 96a5f0d..9313936 100644 (file)
@@ -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)