X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2FRtsUtils.h;h=93139367b31c06b4de7cc5dc5a704c3869cbb25e;hp=96a5f0d82f9b11077f165db43fceee06891d20a3;hb=73566e25d75588185b0581722406da5c48965c51;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1 diff --git a/rts/RtsUtils.h b/rts/RtsUtils.h index 96a5f0d..9313936 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)