unused imports
authorSimon Marlow <simonmar@microsoft.com>
Tue, 4 Jul 2006 13:51:17 +0000 (13:51 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Tue, 4 Jul 2006 13:51:17 +0000 (13:51 +0000)
compiler/codeGen/CgProf.hs

index 1488e34..eee1083 100644 (file)
@@ -43,12 +43,12 @@ import MachOp
 import CmmUtils                ( zeroCLit, mkIntCLit, mkLblExpr )
 import CLabel          ( mkCCLabel, mkCCSLabel, mkRtsDataLabel )
 
-import Module          ( moduleString )
+import Module          ( pprModule )
 import Id              ( Id )
 import CostCentre
 import StgSyn          ( GenStgExpr(..), StgExpr )
 import StaticFlags     ( opt_SccProfilingOn )
-import FastString      ( FastString, mkFastString, LitString ) 
+import FastString      ( FastString )
 import Constants       -- Lots of field offsets
 import Outputable