summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2023-03-07 19:31:33 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-03-08 15:02:30 -0500
commit321d46d9eafe8901c78dc96f275fb9430cc6d37a (patch)
treedf31bef5d533200c5210b470edea5bdbce82ebef
parentbed3a292df532935426987e1f0c5eaa4f605407e (diff)
downloadhaskell-321d46d9eafe8901c78dc96f275fb9430cc6d37a.tar.gz
rts: Drop redundant prototype
-rw-r--r--rts/RtsUtils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/rts/RtsUtils.h b/rts/RtsUtils.h
index c78f9d7ab3..2f4827c526 100644
--- a/rts/RtsUtils.h
+++ b/rts/RtsUtils.h
@@ -29,8 +29,6 @@ void *stgMallocBytes(size_t n, char *msg)
* See: https://gitlab.haskell.org/ghc/ghc/-/issues/22380
*/
-void *stgMallocAlignedBytes(size_t n, size_t align, char *msg);
-
void *stgReallocBytes(void *p, size_t n, char *msg);
void *stgCallocBytes(size_t count, size_t size, char *msg)