From: panne Date: Tue, 4 Jul 2000 20:01:00 +0000 (+0000) Subject: [project @ 2000-07-04 20:01:00 by panne] X-Git-Tag: Approximately_9120_patches~4081 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=5a0005ac673e675dbdc4831aa5c678c37622f0a0;p=ghc-hetmet.git [project @ 2000-07-04 20:01:00 by panne] From the Ancient Book of Infinite CS Wisdom: "Thou shalt remove unused imports after dead code removal..." ;-) --- diff --git a/ghc/compiler/nativeGen/StixPrim.lhs b/ghc/compiler/nativeGen/StixPrim.lhs index a77235d..62bf882 100644 --- a/ghc/compiler/nativeGen/StixPrim.lhs +++ b/ghc/compiler/nativeGen/StixPrim.lhs @@ -22,7 +22,6 @@ import PrimRep ( PrimRep(..), isFloatingRep ) import UniqSupply ( returnUs, thenUs, getUniqueUs, UniqSM ) import Constants ( mIN_INTLIKE, uF_UPDATEE, bLOCK_SIZE ) import CLabel ( mkIntlikeClosureLabel, mkCharlikeClosureLabel, - mkTopClosureLabel, mkErrorIO_innardsLabel, mkMAP_FROZEN_infoLabel, mkForeignLabel ) import Outputable