[project @ 2001-04-03 15:05:52 by simonmar]
[ghc-hetmet.git] / ghc / lib / std / PrelInt.lhs
index 728f262..c1ea194 100644 (file)
@@ -241,10 +241,6 @@ instance Bits Int16 where
 
 data Int32 = I32# Int# deriving (Eq, Ord)
 
-#if WORD_SIZE_IN_BYTES == 4
-{-# RULES "intToInt32#" forall x#. intToInt32# x# = x# #-}
-#endif
-
 instance CCallable Int32
 instance CReturnable Int32