Remove redundant imports of GHC.Err
[ghc-base.git] / GHC / Read.lhs
index 2610ec5..f5a6c0d 100644 (file)
@@ -65,7 +65,6 @@ import Text.ParserCombinators.ReadPrec
 import Data.Maybe
 import Data.Either
 
-import {-# SOURCE #-} GHC.Err          ( error )
 #ifndef __HADDOCK__
 import {-# SOURCE #-} GHC.Unicode      ( isDigit )
 #endif