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/Rts.h | |
parent | dd56e9ab4544e83d27532a8d9058140bfe81825c (diff) | |
download | haskell-1bca92d715d8b358ee83ff5ee0bc085bec063e59.tar.gz |
Remove the unused remains of __decodeFloat
Diffstat (limited to 'includes/Rts.h')
-rw-r--r-- | includes/Rts.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/Rts.h b/includes/Rts.h index b038867e01..0caccc77d8 100644 --- a/includes/Rts.h +++ b/includes/Rts.h @@ -206,7 +206,6 @@ DLL_IMPORT_RTS extern char *prog_name; extern void stackOverflow(void); extern void __decodeDouble (MP_INT *man, I_ *_exp, StgDouble dbl); -extern void __decodeFloat (MP_INT *man, I_ *_exp, StgFloat flt); extern void __decodeDouble_2Int (I_ *man_sign, W_ *man_high, W_ *man_low, I_ *exp, StgDouble dbl); extern void __decodeFloat_Int (I_ *man, I_ *exp, StgFloat flt); |