summaryrefslogtreecommitdiff
path: root/rts/include/stg/Prim.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/include/stg/Prim.h')
-rw-r--r--rts/include/stg/Prim.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/rts/include/stg/Prim.h b/rts/include/stg/Prim.h
index 20b3d45bee..9a04a4eaba 100644
--- a/rts/include/stg/Prim.h
+++ b/rts/include/stg/Prim.h
@@ -97,10 +97,8 @@ StgWord64 hs_uncheckedShiftRL64 (StgWord64 a, StgInt b);
StgInt64 hs_uncheckedIShiftRA64 (StgInt64 a, StgInt b);
StgInt64 hs_intToInt64 (StgInt i);
StgInt hs_int64ToInt (StgInt64 i);
-StgWord64 hs_int64ToWord64 (StgInt64 i);
StgWord64 hs_wordToWord64 (StgWord w);
StgWord hs_word64ToWord (StgWord64 w);
-StgInt64 hs_word64ToInt64 (StgWord64 w);
#endif
/* libraries/ghc-prim/cbits/pdep.c */