summaryrefslogtreecommitdiff
path: root/libraries/base/Unsafe/Coerce.hs
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/Unsafe/Coerce.hs')
-rw-r--r--libraries/base/Unsafe/Coerce.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/libraries/base/Unsafe/Coerce.hs b/libraries/base/Unsafe/Coerce.hs
index 6a68fb135b..66f64c8a32 100644
--- a/libraries/base/Unsafe/Coerce.hs
+++ b/libraries/base/Unsafe/Coerce.hs
@@ -63,10 +63,6 @@ unsafeCoerce x = local_id (unsafeCoerce# x)
-- give usafeCoerce the same (dangerous) type as unsafeCoerce#
#endif
-#if defined(__NHC__)
-import NonStdUnsafeCoerce (unsafeCoerce)
-#endif
-
#if defined(__HUGS__)
import Hugs.IOExts (unsafeCoerce)
#endif