Remove an unused import
authorIan Lynagh <igloo@earth.li>
Fri, 10 Jul 2009 15:33:45 +0000 (15:33 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 10 Jul 2009 15:33:45 +0000 (15:33 +0000)
GHC/Conc.lhs

index cd501e1..f182d3b 100644 (file)
@@ -139,7 +139,6 @@ import GHC.Enum         ( Enum )
 #endif
 import GHC.Pack         ( packCString# )
 import GHC.Show         ( Show(..), showString )
-import GHC.Err
 
 infixr 0 `par`, `pseq`
 \end{code}