diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-02-15 20:51:56 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-02-15 20:51:56 +0000 |
commit | 25d1eafeb41f046630f978da3655ae578c9c83b1 (patch) | |
tree | 6cb8dc7b9d0b1dfddbdec07b0f3e652b41947aa8 /libraries/base/Unsafe | |
parent | ab1d58b71736b629d28e3ce48310414880dabca3 (diff) | |
download | haskell-25d1eafeb41f046630f978da3655ae578c9c83b1.tar.gz |
Remove nhc98-specific files and content
Diffstat (limited to 'libraries/base/Unsafe')
-rw-r--r-- | libraries/base/Unsafe/Coerce.hs | 4 |
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 |