From 6bd352a85ffe9a649848dc79b017bb018e246d36 Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel Date: Thu, 9 Nov 2017 00:38:53 +0100 Subject: Remove left-overs from compareByteArray# inline conversion These removes left-overs from e3ba26f8b49700b41ff4672f3f7f6a4e453acdcc where I implemented `compareByteArray#` as an out-of-line primop, which got optimised into an inline primop shortly afterwards (as per 7673561555ae354fd9eed8de1e57c681906e2d49). --- includes/stg/MiscClosures.h | 1 - 1 file changed, 1 deletion(-) (limited to 'includes') diff --git a/includes/stg/MiscClosures.h b/includes/stg/MiscClosures.h index 66e26545f8..76cfbd6c8c 100644 --- a/includes/stg/MiscClosures.h +++ b/includes/stg/MiscClosures.h @@ -351,7 +351,6 @@ RTS_FUN_DECL(stg_casArrayzh); RTS_FUN_DECL(stg_newByteArrayzh); RTS_FUN_DECL(stg_newPinnedByteArrayzh); RTS_FUN_DECL(stg_newAlignedPinnedByteArrayzh); -RTS_FUN_DECL(stg_compareByteArrayszh); RTS_FUN_DECL(stg_isByteArrayPinnedzh); RTS_FUN_DECL(stg_isMutableByteArrayPinnedzh); RTS_FUN_DECL(stg_shrinkMutableByteArrayzh); -- cgit v1.2.1