summaryrefslogtreecommitdiff
path: root/rts/StgPrimFloat.h
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-05-19 15:39:26 +0100
committerIan Lynagh <ian@well-typed.com>2013-05-19 15:39:26 +0100
commita4cc7b11afe212a6b9965a406c791e669ea5fc5b (patch)
tree35efe524a05ddce35361ea413f0b83f7706f0498 /rts/StgPrimFloat.h
parent891857a30f9c899d33d137605b41d2698353c610 (diff)
downloadhaskell-a4cc7b11afe212a6b9965a406c791e669ea5fc5b.tar.gz
Remove unused __2Int_encodeDouble
Diffstat (limited to 'rts/StgPrimFloat.h')
-rw-r--r--rts/StgPrimFloat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/rts/StgPrimFloat.h b/rts/StgPrimFloat.h
index cd5da46326..4f697c66e8 100644
--- a/rts/StgPrimFloat.h
+++ b/rts/StgPrimFloat.h
@@ -14,7 +14,6 @@
/* grimy low-level support functions defined in StgPrimFloat.c */
void __decodeDouble_2Int (I_ *man_sign, W_ *man_high, W_ *man_low, I_ *exp, StgDouble dbl);
void __decodeFloat_Int (I_ *man, I_ *exp, StgFloat flt);
-StgDouble __2Int_encodeDouble (I_ j_high, I_ j_low, I_ e);
StgDouble __word_encodeDouble (W_ j, I_ e);
StgFloat __word_encodeFloat (W_ j, I_ e);