Remove some redundant imports
authorIan Lynagh <igloo@earth.li>
Sat, 29 Mar 2008 14:18:09 +0000 (14:18 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 29 Mar 2008 14:18:09 +0000 (14:18 +0000)
compiler/nativeGen/MachCodeGen.hs

index d8dfd67..eed63fb 100644 (file)
@@ -48,10 +48,6 @@ import FastString
 import FastBool                ( isFastTrue )
 import Constants       ( wORD_SIZE )
 
-#ifdef DEBUG
-import Outputable      ( assertPanic )
-import Debug.Trace     ( trace )
-#endif
 import Debug.Trace     ( trace )
 
 import Control.Monad   ( mapAndUnzipM )