Remove unused conditional import
authorIan Lynagh <igloo@earth.li>
Wed, 6 Aug 2008 12:49:30 +0000 (12:49 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 6 Aug 2008 12:49:30 +0000 (12:49 +0000)
GHC/Show.lhs

index ffcd013..11dd7e1 100644 (file)
@@ -35,11 +35,7 @@ module GHC.Show
 
 import GHC.Base
 import Data.Maybe
-import GHC.List ( (!!), foldr1
-#ifdef USE_REPORT_PRELUDE
-                , concatMap
-#endif
-                )
+import GHC.List ((!!), foldr1)
 \end{code}