From: Ian Lynagh Date: Sat, 29 Mar 2008 14:18:09 +0000 (+0000) Subject: Remove some redundant imports X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c01eaa1d3eb3db5c8fd036aae7e3525909454c64;p=ghc-hetmet.git Remove some redundant imports --- diff --git a/compiler/nativeGen/MachCodeGen.hs b/compiler/nativeGen/MachCodeGen.hs index d8dfd67..eed63fb 100644 --- a/compiler/nativeGen/MachCodeGen.hs +++ b/compiler/nativeGen/MachCodeGen.hs @@ -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 )