diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2017-11-09 00:38:53 +0100 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2017-11-09 00:38:53 +0100 |
commit | 6bd352a85ffe9a649848dc79b017bb018e246d36 (patch) | |
tree | 8aab593e6b8fd7f1318ed0cba4b2a8e77d551bc5 /includes | |
parent | 803ed036704aa5bab8b0f1fee407e58d82c85393 (diff) | |
download | haskell-6bd352a85ffe9a649848dc79b017bb018e246d36.tar.gz |
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).
Diffstat (limited to 'includes')
-rw-r--r-- | includes/stg/MiscClosures.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); |