Remove some unnecessary imports
authorIan Lynagh <igloo@earth.li>
Sat, 29 Mar 2008 14:11:45 +0000 (14:11 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 29 Mar 2008 14:11:45 +0000 (14:11 +0000)
compiler/cmm/PprC.hs
compiler/deSugar/DsCCall.lhs

index 3f8fe1c..ceadebe 100644 (file)
@@ -54,11 +54,6 @@ import Data.Char
 import System.IO
 import Data.Word
 
-#ifdef DEBUG
-import PprCmm          () -- instances only
--- import Debug.Trace
-#endif
-
 import Data.Array.ST
 import Control.Monad.ST
 
index 0ceb443..5a50cff 100644 (file)
@@ -48,11 +48,6 @@ import PrelNames
 import VarSet
 import Constants
 import Outputable
-
-#ifdef DEBUG
-import TypeRep
-#endif
-
 \end{code}
 
 Desugaring of @ccall@s consists of adding some state manipulation,