Remove redundant imports of GHC.Err
[ghc-base.git] / Data / Maybe.hs
index 0e8bef5..ea16a9a 100644 (file)
@@ -31,7 +31,6 @@ module Data.Maybe
    ) where
 
 #ifdef __GLASGOW_HASKELL__
-import {-# SOURCE #-} GHC.Err ( error )
 import GHC.Base
 #endif