From: sof Date: Thu, 29 Jul 1999 11:30:30 +0000 (+0000) Subject: [project @ 1999-07-29 11:30:30 by sof] X-Git-Tag: Approximately_9120_patches~5932 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=922d60a441da853662b29c870859607af166a5c8;p=ghc-hetmet.git [project @ 1999-07-29 11:30:30 by sof] showPrimRep - dead code removal. No need to carry over to 4.04 --- diff --git a/ghc/compiler/prelude/PrimRep.lhs b/ghc/compiler/prelude/PrimRep.lhs index 2b934c3..2d13efa 100644 --- a/ghc/compiler/prelude/PrimRep.lhs +++ b/ghc/compiler/prelude/PrimRep.lhs @@ -207,9 +207,6 @@ showPrimRep :: PrimRep -> String showPrimRepToUser :: PrimRep -> String showPrimRep PtrRep = "P_" -- short for StgPtr - -showPrimRep CodePtrRep = "P_" -- DEATH to StgFunPtr! (94/02/22 WDP) -showPrimRep PtrRep = "P_" -- short for StgPtr showPrimRep CodePtrRep = "P_" -- DEATH to StgFunPtr! (94/02/22 WDP) showPrimRep DataPtrRep = "D_" showPrimRep RetRep = "P_"