From 8281859e406c3f70dff869b913a37f883ac77679 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 4 Jul 2006 13:51:17 +0000 Subject: [PATCH] unused imports --- compiler/codeGen/CgProf.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/codeGen/CgProf.hs b/compiler/codeGen/CgProf.hs index 1488e34..eee1083 100644 --- a/compiler/codeGen/CgProf.hs +++ b/compiler/codeGen/CgProf.hs @@ -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 -- 1.7.10.4