diff options
author | Ian Lynagh <igloo@earth.li> | 2009-06-02 18:22:11 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-06-02 18:22:11 +0000 |
commit | 1bca92d715d8b358ee83ff5ee0bc085bec063e59 (patch) | |
tree | 1661e084ff4b38301222ae53e26fa1eb7789f4c8 /includes/StgMiscClosures.h | |
parent | dd56e9ab4544e83d27532a8d9058140bfe81825c (diff) | |
download | haskell-1bca92d715d8b358ee83ff5ee0bc085bec063e59.tar.gz |
Remove the unused remains of __decodeFloat
Diffstat (limited to 'includes/StgMiscClosures.h')
-rw-r--r-- | includes/StgMiscClosures.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/StgMiscClosures.h b/includes/StgMiscClosures.h index 5131f01b9b..d5a03fcdd9 100644 --- a/includes/StgMiscClosures.h +++ b/includes/StgMiscClosures.h @@ -508,7 +508,6 @@ RTS_FUN(gcdIntzh_fast); RTS_FUN(int2Integerzh_fast); RTS_FUN(word2Integerzh_fast); -RTS_FUN(decodeFloatzh_fast); RTS_FUN(decodeFloatzuIntzh_fast); RTS_FUN(decodeDoublezh_fast); RTS_FUN(decodeDoublezu2Intzh_fast); |