summaryrefslogtreecommitdiff
path: root/rts/RtsSymbols.c
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2017-11-09 00:38:53 +0100
committerHerbert Valerio Riedel <hvr@gnu.org>2017-11-09 00:38:53 +0100
commit6bd352a85ffe9a649848dc79b017bb018e246d36 (patch)
tree8aab593e6b8fd7f1318ed0cba4b2a8e77d551bc5 /rts/RtsSymbols.c
parent803ed036704aa5bab8b0f1fee407e58d82c85393 (diff)
downloadhaskell-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 'rts/RtsSymbols.c')
-rw-r--r--rts/RtsSymbols.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/rts/RtsSymbols.c b/rts/RtsSymbols.c
index ff15d77905..dd233fad36 100644
--- a/rts/RtsSymbols.c
+++ b/rts/RtsSymbols.c
@@ -674,7 +674,6 @@
SymI_HasProto(stg_casMutVarzh) \
SymI_HasProto(stg_newPinnedByteArrayzh) \
SymI_HasProto(stg_newAlignedPinnedByteArrayzh) \
- SymI_HasProto(stg_compareByteArrayszh) \
SymI_HasProto(stg_isByteArrayPinnedzh) \
SymI_HasProto(stg_isMutableByteArrayPinnedzh) \
SymI_HasProto(stg_shrinkMutableByteArrayzh) \