From 5a0005ac673e675dbdc4831aa5c678c37622f0a0 Mon Sep 17 00:00:00 2001 From: panne Date: Tue, 4 Jul 2000 20:01:00 +0000 Subject: [PATCH] [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..." ;-) --- ghc/compiler/nativeGen/StixPrim.lhs | 1 - 1 file changed, 1 deletion(-) 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 -- 1.7.10.4