diff options
author | Ian Lynagh <igloo@earth.li> | 2008-04-16 16:23:30 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-04-16 16:23:30 +0000 |
commit | 4ea7a5296b3693ad3818a13ab396181366963a79 (patch) | |
tree | 3dedec819a116985652973406b4c4d7a3e6586b0 /includes | |
parent | 4f92da533cd1c7b5f41ef8794ee6a284f1680413 (diff) | |
download | haskell-4ea7a5296b3693ad3818a13ab396181366963a79.tar.gz |
Remove some duplicate extern decls
Diffstat (limited to 'includes')
-rw-r--r-- | includes/StgMiscClosures.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/includes/StgMiscClosures.h b/includes/StgMiscClosures.h index 1d2b32cb47..421e62ef7a 100644 --- a/includes/StgMiscClosures.h +++ b/includes/StgMiscClosures.h @@ -547,9 +547,6 @@ RTS_FUN(newByteArrayzh_fast); RTS_FUN(newPinnedByteArrayzh_fast); RTS_FUN(newArrayzh_fast); -RTS_FUN(decodeFloatzh_fast); -RTS_FUN(decodeDoublezh_fast); - RTS_FUN(newMutVarzh_fast); RTS_FUN(atomicModifyMutVarzh_fast); |