[project @ 2003-04-22 09:19:24 by ross]
authorross <unknown>
Tue, 22 Apr 2003 09:19:24 +0000 (09:19 +0000)
committerross <unknown>
Tue, 22 Apr 2003 09:19:24 +0000 (09:19 +0000)
remove an ifdef'd out commented out import.

Data/IORef.hs

index 47499e2..f996a94 100644 (file)
@@ -52,10 +52,6 @@ import NHC.IOExtras
     )
 #endif
 
-#ifndef __NHC__
--- import Data.Dynamic
-#endif
-
 #if defined(__GLASGOW_HASKELL__) && !defined(__PARALLEL_HASKELL__)
 -- |Make a 'Weak' pointer to an 'IORef'
 mkWeakIORef :: IORef a -> IO () -> IO (Weak (IORef a))