X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FRtsUtils.h;fp=rts%2FRtsUtils.h;h=93139367b31c06b4de7cc5dc5a704c3869cbb25e;hb=e3c55aebd4f9ce7a5b4390d4726612865fd207f2;hp=96a5f0d82f9b11077f165db43fceee06891d20a3;hpb=6b36d8ad3bfd1890583f3bcab96559f05bff332b;p=ghc-hetmet.git 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)