diff --git a/ghc/compiler/nativeGen/StixPrim.lhs b/ghc/compiler/nativeGen/StixPrim.lhs
index a77235d8b96272b570c72a26430c74b6cf3dc395..62bf88251876df7f84c32b64ef620ebb5093839d 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